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