Home
last modified time | relevance | path

Searched refs:TraceListenerIndentSize (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.TraceSource/src/System/Diagnostics/
H A DTraceListener.cs121 … throw new ArgumentOutOfRangeException(nameof(IndentSize), value, SR.TraceListenerIndentSize);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/diagnostics/
H A DTraceListener.cs124 …row new ArgumentOutOfRangeException("IndentSize", value, SR.GetString(SR.TraceListenerIndentSize));
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs150 public const string TraceListenerIndentSize = "The IndentSize property must be non-negative."; field in SR