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