8 references to XmlFormatCollectionReaderDelegate
System.Runtime.Serialization (8)
System\Runtime\Serialization\CollectionDataContract.cs (4)
416internal XmlFormatCollectionReaderDelegate XmlFormatReaderDelegate 433XmlFormatCollectionReaderDelegate tempDelegate = new XmlFormatReaderGenerator().GenerateCollectionReader(this); 498XmlFormatCollectionReaderDelegate xmlFormatReaderDelegate; 806internal XmlFormatCollectionReaderDelegate XmlFormatReaderDelegate
System\Runtime\Serialization\Globals.cs (1)
333typeOfXmlFormatCollectionReaderDelegate = typeof(XmlFormatCollectionReaderDelegate);
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
64public XmlFormatCollectionReaderDelegate GenerateCollectionReader(CollectionDataContract collectionContract) 183public XmlFormatCollectionReaderDelegate GenerateCollectionReader(CollectionDataContract collectionContract) 189return (XmlFormatCollectionReaderDelegate)ilg.EndMethod();