2 instantiations of InternalWhitespaceRule
System.Private.Xml (2)
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (2)
45ruleInternal = new InternalWhitespaceRule(rule.LocalName, rule.NamespaceName, rule.PreserveSpace, -i); 60_ruleTemp = new InternalWhitespaceRule();
10 references to InternalWhitespaceRule
System.Private.Xml (10)
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (10)
23private readonly InternalWhitespaceRule? _ruleTemp; 38InternalWhitespaceRule ruleInternal; 73foreach (InternalWhitespaceRule rule in _qnames.Values) 76foreach (InternalWhitespaceRule rule in _wildcards) 88InternalWhitespaceRule? qnameRule, wildcardRule; 97qnameRule = _qnames[_ruleTemp] as InternalWhitespaceRule; 101wildcardRule = _wildcards[pos] as InternalWhitespaceRule; 173Debug.Assert(obj is InternalWhitespaceRule); 174InternalWhitespaceRule? that = obj as InternalWhitespaceRule;