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