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