10 references to XmlFormatCollectionReaderDelegate
System.Private.DataContractSerialization (10)
System\Runtime\Serialization\CollectionDataContract.cs (5)
301private XmlFormatCollectionReaderDelegate CreateXmlFormatReaderDelegate() 306internal XmlFormatCollectionReaderDelegate XmlFormatReaderDelegate 323XmlFormatCollectionReaderDelegate tempDelegate = CreateXmlFormatReaderDelegate(); 423private XmlFormatCollectionReaderDelegate? _xmlFormatReaderDelegate; 728internal XmlFormatCollectionReaderDelegate? XmlFormatReaderDelegate
System\Runtime\Serialization\Globals.cs (1)
130s_typeOfXmlFormatCollectionReaderDelegate ??= typeof(XmlFormatCollectionReaderDelegate);
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (4)
43public XmlFormatCollectionReaderDelegate GenerateCollectionReader(CollectionDataContract collectionContract) 165private static XmlFormatCollectionReaderDelegate CreateReflectionXmlCollectionReader() 172public XmlFormatCollectionReaderDelegate GenerateCollectionReader(CollectionDataContract collectionContract) 184return (XmlFormatCollectionReaderDelegate)_ilg.EndMethod();