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