6 references to Argument_MustBeRuntimeAssembly
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceManager.cs (2)
192throw new ArgumentException(SR.Argument_MustBeRuntimeAssembly); 208throw new ArgumentException(SR.Argument_MustBeRuntimeAssembly);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeLibrary.cs (3)
90throw new ArgumentException(SR.Argument_MustBeRuntimeAssembly); 125throw new ArgumentException(SR.Argument_MustBeRuntimeAssembly); 207throw new ArgumentException(SR.Argument_MustBeRuntimeAssembly);
src\System\Reflection\Metadata\MetadataUpdater.cs (1)
41throw new ArgumentException(SR.Argument_MustBeRuntimeAssembly);