8 references to JsonFormatCollectionWriterDelegate
System.Runtime.Serialization (8)
System\Runtime\Serialization\Json\JsonCollectionDataContract.cs (4)
86
internal
JsonFormatCollectionWriterDelegate
JsonFormatWriterDelegate
99
JsonFormatCollectionWriterDelegate
tempDelegate = new JsonFormatWriterGenerator().GenerateCollectionWriter(TraditionalCollectionDataContract);
151
JsonFormatCollectionWriterDelegate
jsonFormatWriterDelegate;
172
internal
JsonFormatCollectionWriterDelegate
JsonFormatWriterDelegate
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (4)
53
internal
JsonFormatCollectionWriterDelegate
GenerateCollectionWriter(CollectionDataContract collectionContract)
120
internal
JsonFormatCollectionWriterDelegate
GenerateCollectionWriter(CollectionDataContract collectionContract)
126
BeginMethod(ilg, "Write" + collectionContract.StableName.Name + "ToJson", typeof(
JsonFormatCollectionWriterDelegate
), memberAccessFlag);
146
return (
JsonFormatCollectionWriterDelegate
)ilg.EndMethod();