6internal static class SR
119 string result =
null;
130 internal static string Format(
string resourceFormat,
object p1)
134 return string.Join(
", ", resourceFormat, p1);
136 return string.Format(resourceFormat, p1);
139 internal static string Format(
string resourceFormat,
object p1,
object p2)
143 return string.Join(
", ", resourceFormat, p1, p2);
145 return string.Format(resourceFormat, p1, p2);
148 internal static string Format(
string resourceFormat,
object p1,
object p2,
object p3)
152 return string.Join(
", ", resourceFormat, p1, p2, p3);
154 return string.Format(resourceFormat, p1, p2, p3);
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string ReplacementError
static string AlternationHasMalformedReference
static string RegexMatchTimeoutException_Occurred
static string NotSupported_ReadOnlyCollection
static string InsufficientOrInvalidHexDigits
static ResourceManager s_resourceManager
static string InvalidUnicodePropertyEscape
static string UnrecognizedEscape
static string ShorthandClassInCharacterRange
static string NoResultOnFailed
static string AlternationHasUndefinedReference
static string AlternationHasMalformedCondition
static string Format(string resourceFormat, object p1)
static string BeginIndexNotNegative
static string LengthNotNegative
static string Format(string resourceFormat, object p1, object p2)
static string QuantifierOrCaptureGroupOutOfRange
static string MalformedNamedReference
static string UnterminatedBracket
static string Arg_ArrayPlusOffTooSmall
static string QuantifierAfterNothing
static string UndefinedNumberedReference
static string NestedQuantifiersNotParenthesized
static string UnrecognizedUnicodeProperty
static string UnterminatedComment
static ResourceManager ResourceManager
static string CaptureGroupOfZero
static string ExclusionGroupNotLast
static string UnrecognizedControlCharacter
static string InsufficientOpeningParentheses
static string MissingControlCharacter
static string CountTooSmall
static string AlternationHasComment
static string InvalidEmptyArgument
static string UnexpectedOpcode
static string InternalError_ScanRegex
static string ReversedCharacterRange
static string GetResourceString(string resourceKey)
static string MakeException
static bool UsingResourceKeys()
static string CaptureGroupNameInvalid
static string MalformedUnicodePropertyEscape
static string Format(string resourceFormat, object p1, object p2, object p3)
static readonly bool s_usingResourceKeys
static string EnumNotStarted
static string OnlyAllowedOnce
static string InsufficientClosingParentheses
static string UnescapedEndingBackslash
static string AlternationHasTooManyConditions
static string AlternationHasNamedCapture
static string IllegalDefaultRegexMatchTimeoutInAppDomain
static string ReversedQuantifierRange
static string InvalidGroupingConstruct
static string PlatformNotSupported_CompileToAssembly
static string UndefinedNamedReference