4 overrides of IsText
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCDATASection.cs (1)
98
internal override bool
IsText
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlSignificantWhitespace.cs (1)
117
internal override bool
IsText
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlText.cs (1)
143
internal override bool
IsText
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlWhitespace.cs (1)
117
internal override bool
IsText
54 references to IsText
dotnet-svcutil-lib (54)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (13)
213
&& nextSibling.
IsText
)
222
&& nextSibling.
IsText
);
723
if (sibling.
IsText
)
725
if (_source.
IsText
)
755
if (sibling.
IsText
)
757
if (_source.
IsText
)
1165
if (sibling.
IsText
1166
&& _source.
IsText
)
1651
if (end.
IsText
)
1728
if (end.
IsText
)
2047
if (!node.
IsText
)
2169
&& node.
IsText
);
2183
&& node.
IsText
);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (2)
189
if (refNode.
IsText
190
&& newNode.
IsText
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCDATASection.cs (2)
60
while (parent.
IsText
)
110
if (parentNode.
IsText
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (2)
156
if (refNode.
IsText
157
&& newNode.
IsText
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (29)
294
if (newNode.
IsText
)
296
if (refNode.
IsText
)
310
if (prevNode.
IsText
)
312
if (newNode.
IsText
)
315
if (refNode.
IsText
)
322
if (refNode.
IsText
)
330
if (newNode.
IsText
)
332
if (refNode.
IsText
)
411
if (refNode.
IsText
)
413
if (newNode.
IsText
)
427
if (refNode.
IsText
)
429
if (newNode.
IsText
)
432
if (nextNode.
IsText
)
439
if (nextNode.
IsText
)
447
if (newNode.
IsText
)
449
if (nextNode.
IsText
)
504
if (nextNode.
IsText
)
506
if (oldNode.
IsText
)
532
if (nextNode.
IsText
)
534
if (prevNode.
IsText
)
540
if (oldNode.
IsText
)
630
if (refNode.
IsText
)
632
if (newNode.
IsText
)
667
if (refNode.
IsText
668
&& newNode.
IsText
)
1407
Debug.Assert(prevNode.
IsText
);
1408
Debug.Assert(nextNode.
IsText
);
1415
Debug.Assert(prevNode.
IsText
);
1416
Debug.Assert(nextNode.
IsText
);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlSignificantWhitespace.cs (2)
61
while (parent.
IsText
)
129
if (parentNode.
IsText
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlText.cs (2)
63
while (parent.
IsText
)
155
if (parentNode.
IsText
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlWhitespace.cs (2)
61
while (parent.
IsText
)
129
if (parentNode.
IsText
)