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