18 references to GetNodeType
System.Runtime.Serialization (18)
System\Xml\XmlBinaryReader.cs (18)
110switch (GetNodeType()) 138switch (GetNodeType()) 169switch (GetNodeType()) 212if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.FloatTextWithEndElement) 226if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.DoubleTextWithEndElement) 240if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.DecimalTextWithEndElement) 254if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.DateTimeTextWithEndElement) 268if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.TimeSpanTextWithEndElement) 282if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.GuidTextWithEndElement) 296if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.UniqueIdTextWithEndElement) 322XmlBinaryNodeType nodeType = GetNodeType(); 424nodeType = GetNodeType(); 724XmlBinaryNodeType nodeType = GetNodeType(); 741XmlBinaryNodeType nodeType = GetNodeType(); 1041XmlBinaryNodeType nodeType = GetNodeType(); 1130if (GetNodeType() == XmlBinaryNodeType.Array) // Prevent recursion 1135if (GetNodeType() == XmlBinaryNodeType.Array) // Prevent recursion 1141arrayNodeType = GetNodeType();