1 write to CanHaveApplyImports
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
235set { _scopeManager.CurrentScope!.CanHaveApplyImports = value; }
1 reference to CanHaveApplyImports
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
234get { return _scopeManager.CurrentScope!.CanHaveApplyImports; }