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