5 references to Format
System.Private.Reflection.Execution (5)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
138throw new TypeLoadException(SR.Format(SR.MultiDim_Of_This_Rank_Not_Supported, rank));
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
114return new NotSupportedException(SR.Format(resourceName, pertainantString ?? "?"));
Internal\Reflection\Execution\PayForPlayExperience\MissingMetadataExceptionCreator.cs (1)
14return new NotSupportedException(SR.Format(SR.Reflection_InsufficientMetadata_EdbNeeded, pertainant));
Internal\Reflection\Execution\TypeLoader\ConstraintValidator.cs (1)
80throw new ArgumentException(SR.Format(SR.Argument_NeverValidGenericArgument, actualArg));
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Generic\LowLevelDictionary.cs (1)
89throw new ArgumentException(SR.Format(SR.Argument_AddingDuplicateWithKey, key));