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