18 references to GetNodeType
dotnet-svcutil-lib (18)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (18)
84switch (GetNodeType()) 112switch (GetNodeType()) 143switch (GetNodeType()) 186if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.FloatTextWithEndElement) 200if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.DoubleTextWithEndElement) 214if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.DecimalTextWithEndElement) 228if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.DateTimeTextWithEndElement) 242if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.TimeSpanTextWithEndElement) 256if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.GuidTextWithEndElement) 270if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.UniqueIdTextWithEndElement) 296XmlBinaryNodeType nodeType = GetNodeType(); 396nodeType = GetNodeType(); 696XmlBinaryNodeType nodeType = GetNodeType(); 713XmlBinaryNodeType nodeType = GetNodeType(); 1011XmlBinaryNodeType nodeType = GetNodeType(); 1100if (GetNodeType() == XmlBinaryNodeType.Array) // Prevent recursion 1105if (GetNodeType() == XmlBinaryNodeType.Array) // Prevent recursion 1111_arrayNodeType = GetNodeType();