8 references to XmlFormatCollectionReaderDelegate
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (4)
502internal XmlFormatCollectionReaderDelegate XmlFormatReaderDelegate 517XmlFormatCollectionReaderDelegate tempDelegate = new XmlFormatReaderGenerator().GenerateCollectionReader(this); 589private XmlFormatCollectionReaderDelegate _xmlFormatReaderDelegate; 872internal XmlFormatCollectionReaderDelegate XmlFormatReaderDelegate
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
314s_typeOfXmlFormatCollectionReaderDelegate = typeof(XmlFormatCollectionReaderDelegate);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
59public XmlFormatCollectionReaderDelegate GenerateCollectionReader(CollectionDataContract collectionContract) 145public XmlFormatCollectionReaderDelegate GenerateCollectionReader(CollectionDataContract collectionContract) 151return (XmlFormatCollectionReaderDelegate)_ilg.EndMethod();