12 references to Argument_MustBeRuntimeType
System.Private.CoreLib (12)
Internal\Reflection\Augments\ReflectionAugments.cs (4)
264
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
, nameof(type));
293
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
, nameof(type));
320
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
, nameof(type));
323
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
, nameof(target));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceManager.cs (1)
225
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (4)
112
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
, nameof(t));
569
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
, nameof(structureType));
1157
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
, nameof(type));
1201
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
, nameof(t));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationInfo.cs (1)
340
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
);
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
74
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
, nameof(delegateType));
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
195
throw new ArgumentException(SR.
Argument_MustBeRuntimeType
, nameof(interfaceType));