5 references to IsText
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
760
Debug.Assert(_idxSibling == 0 || !_pageSibling[_idxSibling].
IsText
, "Cannot create adjacent text nodes.");
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (2)
119
Debug.Assert(page[idx].NodeType == XPathNodeType.Element || page[idx].
IsText
);
698
Debug.Assert(page[idx].
IsText
);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeHelper.cs (2)
684
if (page[idx].
IsText
|| (page[idx].NodeType == XPathNodeType.Element && page[idx].HasCollapsedText))
695
if (page[idx].
IsText
|| (page[idx].NodeType == XPathNodeType.Element && page[idx].HasCollapsedText))