8 references to XmlFormatCollectionReaderDelegate
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (4)
502
internal
XmlFormatCollectionReaderDelegate
XmlFormatReaderDelegate
517
XmlFormatCollectionReaderDelegate
tempDelegate = new XmlFormatReaderGenerator().GenerateCollectionReader(this);
589
private
XmlFormatCollectionReaderDelegate
_xmlFormatReaderDelegate;
872
internal
XmlFormatCollectionReaderDelegate
XmlFormatReaderDelegate
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
314
s_typeOfXmlFormatCollectionReaderDelegate = typeof(
XmlFormatCollectionReaderDelegate
);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
59
public
XmlFormatCollectionReaderDelegate
GenerateCollectionReader(CollectionDataContract collectionContract)
145
public
XmlFormatCollectionReaderDelegate
GenerateCollectionReader(CollectionDataContract collectionContract)
151
return (
XmlFormatCollectionReaderDelegate
)_ilg.EndMethod();