1 write to _matchesContext
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
561
private XsltCompileContext GetMatchesContext() =>
_matchesContext
??= new XsltCompileContext();
1 reference to _matchesContext
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
566
_matchesContext
?.Recycle();