6 references to PlatformNotSupported_StrongNameSigning
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (2)
256get => throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning); 257set => throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning);
src\libraries\System.Private.CoreLib\src\System\Reflection\StrongNameKeyPair.cs (4)
14throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning); 17throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning); 25throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning); 28throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning);