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