4 references to Format
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3560manifest.ManifestError(SR.Format(SR.EventSource_TaskOpcodePairReused,
src\System\GC.CoreCLR.cs (2)
683throw new InvalidOperationException(SR.Format(SR.InvalidOperationException_NoGCRegionNotInProgress)); 685throw new InvalidOperationException(SR.Format(SR.InvalidOperationException_NoGCRegionAllocationExceeded));
src\System\RuntimeType.CoreCLR.cs (1)
2026SR.Format(SR.Argument_GenConstraintViolation, i.ToString(), genericArgument, definition, genericParameter), e);