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