8 references to Format
System.Text.Json (8)
System\Text\Json\ThrowHelper.cs (4)
486message = SR.Format(SR.ZeroDepthAtEnd); 501message = SR.Format(SR.UnexpectedEndOfDataWhileReadingComment); 504message = SR.Format(SR.UnexpectedEndOfLineSeparator); 634SR.Format(SR.CannotWritePropertyAfterProperty) :
System\Text\Json\ThrowHelper.Serialization.cs (4)
352SR.Format( 512message = SR.Format(SR.SerializeUnableToSerialize); 690ThrowJsonException(SR.Format(SR.MetadataUnexpectedProperty)); 873throw new NotSupportedException(SR.Format(SR.Polymorphism_RuntimeTypeDiamondAmbiguity, runtimeType, derivedType1, derivedType2, baseType));