2 instantiations of InternalWhitespaceRule
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (2)
43ruleInternal = new InternalWhitespaceRule(rule.LocalName, rule.NamespaceName, rule.PreserveSpace, -i); 56this.ruleTemp = new InternalWhitespaceRule();
10 references to InternalWhitespaceRule
System.Data.SqlXml (10)
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (10)
24private InternalWhitespaceRule ruleTemp; 37InternalWhitespaceRule ruleInternal; 67foreach (InternalWhitespaceRule rule in this.qnames.Values) 70foreach (InternalWhitespaceRule rule in this.wildcards) 81InternalWhitespaceRule qnameRule, wildcardRule; 90qnameRule = this.qnames[this.ruleTemp] as InternalWhitespaceRule; 93wildcardRule = this.wildcards[pos] as InternalWhitespaceRule; 153Debug.Assert(obj is InternalWhitespaceRule); 154InternalWhitespaceRule that = obj as InternalWhitespaceRule;