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