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