4 references to Format
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\ActivityTagsCollection.cs (2)
146throw new InvalidOperationException(SR.Format(SR.KeyAlreadyExist, key)); 166throw new InvalidOperationException(SR.Format(SR.KeyAlreadyExist, item.Key));
System\Diagnostics\Metrics\Instrument.cs (1)
166throw new InvalidOperationException(SR.Format(SR.UnsupportedType, type));
System\Diagnostics\Metrics\MeterListener.cs (1)
170throw new InvalidOperationException(SR.Format(SR.UnsupportedType, typeof(T)));