3 references to UnderTestRegex
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
Semantics\SpeculationAnalyzerTestsBase.cs (3)
31
var initialMatch =
UnderTestRegex
.Match(code);
35
var initialTree = Parse(
UnderTestRegex
.Replace(code, m => m.Groups["content"].Value));
38
var replacementTree = Parse(
UnderTestRegex
.Replace(code, replacementExpression));