6internal static class SR
359 string result =
null;
370 internal static string Format(
string resourceFormat,
object p1)
374 return string.Join(
", ", resourceFormat, p1);
376 return string.Format(resourceFormat, p1);
379 internal static string Format(
string resourceFormat,
object p1,
object p2)
383 return string.Join(
", ", resourceFormat, p1, p2);
385 return string.Format(resourceFormat, p1, p2);
388 internal static string Format(
string resourceFormat,
object p1,
object p2,
object p3)
392 return string.Join(
", ", resourceFormat, p1, p2, p3);
394 return string.Format(resourceFormat, p1, p2, p3);
397 internal static string Format(
string resourceFormat, params
object[] args)
403 return resourceFormat +
", " +
string.Join(
", ", args);
405 return string.Format(resourceFormat, args);
407 return resourceFormat;
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string UserDefinedOpMustHaveConsistentTypes
static string MustBeReducible
static string PropertyTypeCannotBeVoid
static string PropertyWithMoreThanOneMatch
static string DefaultBodyMustBeSupplied
static string ExpressionTypeDoesNotMatchConstructorParameter
static string ControlCannotEnterExpression
static string UserDefinedOperatorMustBeStatic
static string IndexesOfSetGetMustMatch
static string ArgumentTypeDoesNotMatchMember
static string PropertyDoesNotHaveGetter
static string MemberNotFieldOrProperty
static string ReferenceEqualityNotDefined
static string UndefinedVariable
static string TryMustHaveCatchFinallyOrFault
static string UnexpectedVarArgsCall
static string IncorrectNumberOfMethodCallArguments
static string ArgumentMustBeSingleDimensionalArrayType
static string AmbiguousMatchInExpandoObject
static string PropertyDoesNotHaveAccessor
static string InvalidUnboxType
static string NotAMemberOfType
static string CollectionReadOnly
static string OnlyStaticPropertiesHaveNullInstance
static string TryNotSupportedForValueTypeInstances
static string DynamicObjectResultNotAssignable
static string ControlCannotLeaveFinally
static string ExpressionTypeCannotInitializeArrayType
static string UnhandledUnary
static string TypeMissingDefaultConstructor
static string DuplicateVariable
static ResourceManager s_resourceManager
static string TypeMustNotBeByRef
static string ElementInitializerMethodNoRefOutParam
static string EqualityMustReturnBoolean
static string PropertyNotDefinedForType
static string MethodNotPropertyAccessor
static string ElementInitializerMethodWithZeroArgs
static string UnknownBindingType
static string TryNotAllowedInFilter
static string ExpressionTypeDoesNotMatchParameter
static string SwitchValueTypeDoesNotMatchComparisonMethodParameter
static string ExpressionTypeDoesNotMatchAssignment
static string ExpressionTypeDoesNotMatchMethodParameter
static string ExtensionNodeMustOverrideProperty
static string OnlyStaticMethodsHaveNullInstance
static string DynamicBindingNeedsRestrictions
static string IncorrectNumberOfMembersForGivenConstructor
static string IncorrectTypeForTypeAs
static string TypeContainsGenericParameters
static string ArgumentMustNotHaveValueType
static string AccessorsCannotHaveVarArgs
static string MustRewriteWithoutMethod
static string InstancePropertyNotDefinedForType
static string TryNotSupportedForMethodsWithRefArgs
static string MustRewriteChildToSameType
static string Format(string resourceFormat, object p1)
static string SetterMustBeVoid
static string Format(string resourceFormat, object p1, object p2)
static string ArgumentMustBeFieldInfoOrPropertyInfo
static string ArgCntMustBeGreaterThanNameCnt
static string CannotCloseOverByRef
static string ArgumentMustBeFieldInfoOrPropertyInfoOrMethod
static string IncorrectNumberOfArgumentsForMembers
static string InvalidLvalue
static string ArgumentMustBeArray
static string PropertyTypeMustMatchSetter
static string InvalidMetaObjectCreated
static string IncorrectNumberOfTypeArgsForAction
static string CollectionModifiedWhileEnumerating
static string UserDefinedOperatorMustNotBeVoid
static string PropertyDoesNotHaveSetter
static string FieldNotDefinedForType
static string IncorrectNumberOfLambdaDeclarationParameters
static string IncorrectNumberOfTypeArgsForFunc
static string InstancePropertyWithoutParameterNotDefinedForType
static string AmbiguousJump
static string ExpressionMustBeWriteable
static string ArgumentMemberNotDeclOnType
static string GenericMethodWithArgsDoesNotExistOnType
static string OperandTypesDoNotMatchParameters
static string IncorrectNumberOfLambdaArguments
static string OnlyStaticFieldsHaveNullInstance
static string TypeMustBeDerivedFromSystemDelegate
static string ExpressionTypeDoesNotMatchLabel
static string LabelTargetAlreadyDefined
static string CoalesceUsedOnNonNullType
static string ArgumentMustBeArrayIndexType
static string InstancePropertyWithSpecifiedParametersNotDefinedForType
static string TypeNotIEnumerable
static string UserDefinedOpMustHaveValidReturnType
static string RethrowRequiresCatch
static string BoundsCannotBeLessThanOne
static string InvalidNullValue
static string ConversionIsNotSupportedForArithmeticTypes
static string BindingCannotBeNull
static string LogicalOperatorMustHaveBooleanOperators
static string TestValueTypeDoesNotMatchComparisonMethodParameter
static string MustReduceToDifferent
static ResourceManager ResourceManager
static string LabelTypeMustBeVoid
static string NonLocalJumpWithValue
static string IncorrectNumberOfConstructorArguments
static string ElementInitializerMethodStatic
static string ExpressionTypeNotInvocable
static string AllCaseBodiesMustHaveSameType
static string ArgumentCannotBeOfTypeVoid
static string MethodContainsGenericParameters
static string SameKeyExistsInExpando
static string NonAbstractConstructorRequired
static string UnhandledBindingType
static string MustRewriteToSameNode
static string CoercionOperatorNotDefined
static string ArgumentMustBeInteger
static string StartEndMustBeOrdered
static string NonStaticConstructorRequired
static string BinderNotCompatibleWithCallSite
static string NonEmptyCollectionRequired
static string MethodWithArgsDoesNotExistOnType
static string ControlCannotLeaveFilterTest
static string QuotedExpressionMustBeLambda
static string ElementInitializerMethodNotAdd
static string TypeParameterIsNotDelegate
static string FieldInfoNotDefinedForType
static string NotAMemberOfAnyType
static string ReducibleMustOverrideReduce
static string BodyOfCatchMustHaveSameTypeAsBodyOfTry
static string UnhandledBinding
static string InvalidArgumentValue_ParamName
static string CannotAutoInitializeValueTypeElementThroughProperty
static string EnumerationIsDone
static string ArgumentTypeCannotBeVoid
static string GetResourceString(string resourceKey)
static string FirstArgumentMustBeCallSite
static string ExpressionMustBeReadable
static bool UsingResourceKeys()
static string TypeMustNotBePointer
static string MethodWithMoreThanOneMatch
static string LambdaTypeMustBeDerivedFromSystemDelegate
static string InvalidObjectType
static string ArgumentTypesMustMatch
static string InstanceAndMethodTypeMismatch
static string CannotAutoInitializeValueTypeMemberThroughProperty
static string LabelTargetUndefined
static string FaultCannotHaveCatchOrFinally
static string KeyDoesNotExistInExpando
static string Format(string resourceFormat, object p1, object p2, object p3)
static string TypeIsGeneric
static string ArgumentMustBeInstanceMember
static readonly bool s_usingResourceKeys
static string OverloadOperatorTypeDoesNotMatchConversionType
static string ExpressionTypeDoesNotMatchReturn
static string BothAccessorsMustBeStatic
static string VariableMustNotBeByRef
static string UnaryOperatorNotDefined
static string IncorrectNumberOfIndexes
static string AllTestValuesMustHaveSameType
static string BinaryOperatorNotDefined
static string UnhandledBinary
static string ArgumentMustBeBoolean
static string ControlCannotEnterTry
static string MethodIsGeneric
static string PropertyTypeMustMatchGetter
static string Arg_KeyNotFoundWithKey
static string AccessorsCannotHaveByRefArgs
static string UnsupportedExpressionType
static string Format(string resourceFormat, params object[] args)
static string ParameterExpressionNotValidAsDelegate
static string NoOrInvalidRuleProduced
static string SetterHasNoParams
static string PropertyCannotHaveRefType
static string LabelMustBeVoidOrHaveExpression
static string ReducedNotCompatible
static string InstanceFieldNotDefinedForType
static string DynamicBinderResultNotAssignable