3 writes to CanHaveApplyImports
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
283input.CanHaveApplyImports = true; 975input.CanHaveApplyImports = (match != null); 1586input.CanHaveApplyImports = false;
2 references to CanHaveApplyImports
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
924Debug.Assert(input.CanHaveApplyImports == false); 1390if (!input.CanHaveApplyImports) {