6 references to IsGlobal
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\Compiler.cs (3)
319
if (variable.
IsGlobal
)
335
if (oldVar.
IsGlobal
)
337
if (variable.
IsGlobal
)
System\Xml\Xsl\XsltOld\Processor.cs (1)
992
if (variable.
IsGlobal
)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
122
if (
IsGlobal
)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
82
if (result == null && !variable.
IsGlobal
)