2 writes to _canHaveApplyImports
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\InputScope.cs (2)
40set { _canHaveApplyImports = value; } 56_canHaveApplyImports = _parent._canHaveApplyImports;
2 references to _canHaveApplyImports
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\InputScope.cs (2)
39get { return _canHaveApplyImports; } 56_canHaveApplyImports = _parent._canHaveApplyImports;