1 instantiation of WhitespaceRuleLookup
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
79wsRules = (data.WhitespaceRules != null && data.WhitespaceRules.Count != 0) ? new WhitespaceRuleLookup(data.WhitespaceRules) : null;
6 references to WhitespaceRuleLookup
System.Private.Xml (6)
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (3)
12private readonly WhitespaceRuleLookup _wsRules; 17public static XmlReader CreateReader(XmlReader baseReader, WhitespaceRuleLookup? wsRules) 47private WhitespaceRuleReader(XmlReader baseReader, WhitespaceRuleLookup wsRules) : base(baseReader)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (2)
37private readonly WhitespaceRuleLookup? _wsRules; 43internal XmlQueryContext(XmlQueryRuntime runtime, object defaultDataSource, XmlResolver dataSources, XsltArgumentList? argList, WhitespaceRuleLookup? wsRules)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
75WhitespaceRuleLookup? wsRules;