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