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; } }
4 references to IsNoSource
System.Private.Xml (4)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
1504if (sourceInfo.IsNoSource && _lastSourceInfo != null && _lastSourceInfo.IsNoSource) 1551if (_lastSourceInfo != null && !_lastSourceInfo.IsNoSource)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
1200public bool IsNoSource { get { return _elementTagLi.IsNoSource; } }