2 implementations of IsNoSource
System.Data.SqlXml (2)
System\Xml\Xsl\SourceLineInfo.cs (1)
66public bool IsNoSource {
System\Xml\Xsl\Xslt\XsltInput.cs (1)
1018public bool IsNoSource { get { return elementTagLi.IsNoSource; } }
4 references to IsNoSource
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
1413if (sourceInfo.IsNoSource && this.lastSourceInfo != null && this.lastSourceInfo.IsNoSource) { 1454if (this.lastSourceInfo != null && !this.lastSourceInfo.IsNoSource) {
System\Xml\Xsl\Xslt\XsltInput.cs (1)
1018public bool IsNoSource { get { return elementTagLi.IsNoSource; } }