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