3 references to GetNodeType
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
1045return BufferReader.GetNodeType();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (2)
1167XmlBinaryNodeType nodeType = GetNodeType(); 1354XmlBinaryNodeType nodeType = GetNodeType();