18 references to GetNodeType
System.Private.DataContractSerialization (18)
System\Xml\XmlBinaryReader.cs (18)
96switch (GetNodeType()) 124switch (GetNodeType()) 155switch (GetNodeType()) 198if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.FloatTextWithEndElement) 212if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.DoubleTextWithEndElement) 226if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.DecimalTextWithEndElement) 240if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.DateTimeTextWithEndElement) 254if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.TimeSpanTextWithEndElement) 268if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.GuidTextWithEndElement) 282if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.UniqueIdTextWithEndElement) 308XmlBinaryNodeType nodeType = GetNodeType(); 410nodeType = GetNodeType(); 710XmlBinaryNodeType nodeType = GetNodeType(); 728XmlBinaryNodeType nodeType = GetNodeType(); 1031XmlBinaryNodeType nodeType = GetNodeType(); 1120if (GetNodeType() == XmlBinaryNodeType.Array) // Prevent recursion 1125if (GetNodeType() == XmlBinaryNodeType.Array) // Prevent recursion 1131_arrayNodeType = GetNodeType();