9 references to JsonFormatCollectionWriterDelegate
System.Private.DataContractSerialization (9)
System\Runtime\Serialization\Json\JsonCollectionDataContract.cs (4)
94
internal
JsonFormatCollectionWriterDelegate
JsonFormatWriterDelegate
106
JsonFormatCollectionWriterDelegate
tempDelegate;
163
private
JsonFormatCollectionWriterDelegate
? _jsonFormatWriterDelegate;
186
internal
JsonFormatCollectionWriterDelegate
? JsonFormatWriterDelegate
System\Runtime\Serialization\Json\JsonDataContract.cs (1)
326
public
JsonFormatCollectionWriterDelegate
? CollectionWriterDelegate { get; set; }
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (4)
37
internal
JsonFormatCollectionWriterDelegate
GenerateCollectionWriter(CollectionDataContract collectionContract)
84
internal
JsonFormatCollectionWriterDelegate
GenerateCollectionWriter(CollectionDataContract collectionContract)
90
BeginMethod(_ilg, "Write" + DataContract.SanitizeTypeName(collectionContract.XmlName.Name) + "ToJson", typeof(
JsonFormatCollectionWriterDelegate
), memberAccessFlag);
109
return (
JsonFormatCollectionWriterDelegate
)_ilg.EndMethod();