4 references to Dispose
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (1)
267
public void Dispose() => _optionsStack.
Dispose
();
System\Text\RegularExpressions\RegexReplacement.cs (1)
93
rules.
Dispose
();
System\Text\RegularExpressions\RegexWriter.cs (2)
50
_emitted.
Dispose
();
51
_intStack.
Dispose
();