6 references to QueryStore
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\TemplateAction.cs (4)
133
TheQuery theQuery = (TheQuery)compiler.
QueryStore
![this.MatchKey]!;
141
compiler.
QueryStore
.Add(new TheQuery(
145
copy._matchKey = compiler.
QueryStore
.Count - 1;
154
compiler.
QueryStore
[this.MatchKey] = new TheQuery(
System\Xml\Xslt\XslTransform.cs (2)
252
Debug.Assert(compiler.
QueryStore
!= null);
255
_QueryStore = compiler.
QueryStore
;