6internal static class SR
70 internal static string Format(
string resourceFormat,
object p1)
74 return string.Join(
", ", resourceFormat, p1);
76 return string.Format(resourceFormat, p1);
79 internal static string Format(
string resourceFormat,
object p1,
object p2,
object p3)
83 return string.Join(
", ", resourceFormat, p1, p2, p3);
85 return string.Format(resourceFormat, p1, p2, p3);
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string BrotliDecoder_Create
static string BrotliStream_Compress_UnsupportedOperation
static string BrotliEncoder_Quality
static string ObjectDisposed_StreamClosed
static ResourceManager s_resourceManager
static string Stream_FalseCanRead
static string ArgumentOutOfRange_Enum
static string Format(string resourceFormat, object p1)
static string BrotliEncoder_InvalidSetParameter
static string BrotliStream_Decompress_InvalidData
static ResourceManager ResourceManager
static string BrotliEncoder_Disposed
static string BrotliDecoder_Disposed
static string Stream_FalseCanWrite
static string BrotliStream_Compress_InvalidData
static string InvalidBeginCall
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static string Format(string resourceFormat, object p1, object p2, object p3)
static string BrotliStream_Decompress_UnsupportedOperation
static string BrotliEncoder_Create
static readonly bool s_usingResourceKeys
static string BrotliEncoder_Window
static string BrotliStream_Decompress_InvalidStream