2 implementations of IsNoSource
System.Private.Xml (2)
System\Xml\Xsl\SourceLineInfo.cs (1)
60public bool IsNoSource
System\Xml\Xsl\Xslt\XsltInput.cs (1)
1200public bool IsNoSource { get { return _elementTagLi.IsNoSource; } }
5 references to IsNoSource
System.Private.Xml (5)
System\Xml\Xsl\IlGen\GenerateHelper.cs (4)
1504if (sourceInfo.IsNoSource && _lastSourceInfo != null && _lastSourceInfo.IsNoSource) 1514if (sourceInfo.IsNoSource) 1551if (_lastSourceInfo != null && !_lastSourceInfo.IsNoSource)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
1200public bool IsNoSource { get { return _elementTagLi.IsNoSource; } }