8 references to XmlFormatGetOnlyCollectionReaderDelegate
System.Runtime.Serialization (8)
System\Runtime\Serialization\CollectionDataContract.cs (4)
443internal XmlFormatGetOnlyCollectionReaderDelegate XmlFormatGetOnlyCollectionReaderDelegate 465XmlFormatGetOnlyCollectionReaderDelegate tempDelegate = new XmlFormatReaderGenerator().GenerateGetOnlyCollectionReader(this); 499XmlFormatGetOnlyCollectionReaderDelegate xmlFormatGetOnlyCollectionReaderDelegate; 812internal XmlFormatGetOnlyCollectionReaderDelegate XmlFormatGetOnlyCollectionReaderDelegate
System\Runtime\Serialization\Globals.cs (1)
346typeOfXmlFormatGetOnlyCollectionReaderDelegate = typeof(XmlFormatGetOnlyCollectionReaderDelegate);
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
86public XmlFormatGetOnlyCollectionReaderDelegate GenerateGetOnlyCollectionReader(CollectionDataContract collectionContract) 192public XmlFormatGetOnlyCollectionReaderDelegate GenerateGetOnlyCollectionReader(CollectionDataContract collectionContract) 196return (XmlFormatGetOnlyCollectionReaderDelegate)ilg.EndMethod();