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