3 references to Format_StringZeroLength
System.Private.CoreLib (3)
src\libraries\Common\src\System\Reflection\AssemblyNameParser.cs (1)
64
throw new ArgumentException(SR.
Format_StringZeroLength
);
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (1)
36
throw new ArgumentException(SR.
Format_StringZeroLength
);
src\System\Reflection\Assembly.CoreCLR.cs (1)
32
throw new ArgumentException(SR.
Format_StringZeroLength
, nameof(partialName));