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