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