21 references to Argument_MustBeRuntimeType
System.Private.CoreLib (21)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceManager.cs (1)
225throw new ArgumentException(SR.Argument_MustBeRuntimeType);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (4)
112throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(t)); 575throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(structureType)); 1057throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(type)); 1100throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(t));
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationInfo.cs (1)
340throw new ArgumentException(SR.Argument_MustBeRuntimeType);
src\System\Delegate.CoreCLR.cs (7)
65throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(target)); 223throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(type)); 260throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(type)); 262throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(target)); 293throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(type)); 328throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(type)); 366throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(type));
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
44throw new ArgumentException(SR.Argument_MustBeRuntimeType); 143throw new ArgumentException(SR.Argument_MustBeRuntimeType); 368throw new ArgumentException(SR.Argument_MustBeRuntimeType);
src\System\Reflection\Emit\SignatureHelper.cs (2)
745throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(optionalCustomModifiers)); 768throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(requiredCustomModifiers));
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
385throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(delegateType));
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
310throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(structuretype));
src\System\RuntimeType.CoreCLR.cs (1)
2725throw new ArgumentException(SR.Argument_MustBeRuntimeType, nameof(interfaceType));