11 references to GetResourceString
System.Diagnostics.TraceSource (11)
artifacts\obj\System.Diagnostics.TraceSource\Debug\net10.0\System.SR.cs (11)
16internal static string @AttributeNotSupported => GetResourceString("AttributeNotSupported", @"'{0}' is not a valid attribute for type '{1}'.");
18internal static string @ExceptionOccurred => GetResourceString("ExceptionOccurred", @"An exception occurred while writing to the log file {0}: {1}.");
20internal static string @MustAddListener => GetResourceString("MustAddListener", @"Only TraceListeners can be added to a TraceListenerCollection.");
22internal static string @TraceListenerFail => GetResourceString("TraceListenerFail", @"Fail:");
24internal static string @TraceListenerIndentSize => GetResourceString("TraceListenerIndentSize", @"The IndentSize property must be non-negative.");
26internal static string @DebugAssertBanner => GetResourceString("DebugAssertBanner", @"---- DEBUG ASSERTION FAILED ----");
28internal static string @DebugAssertShortMessage => GetResourceString("DebugAssertShortMessage", @"---- Assert Short Message ----");
30internal static string @DebugAssertLongMessage => GetResourceString("DebugAssertLongMessage", @"---- Assert Long Message ----");
32internal static string @TraceSwitchLevelTooLow => GetResourceString("TraceSwitchLevelTooLow", @"Attempted to set {0} to a value that is too low. Setting level to TraceLevel.Off");
34internal static string @TraceSwitchInvalidLevel => GetResourceString("TraceSwitchInvalidLevel", @"The Level must be set to a value in the enumeration TraceLevel.");
36internal static string @TraceSwitchLevelTooHigh => GetResourceString("TraceSwitchLevelTooHigh", @"Attempted to set {0} to a value that is too high. Setting level to TraceLevel.Verbose");