1 override of Parse
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Semantics\SpeculationAnalyzerTests.cs (1)
521
protected override SyntaxTree
Parse
(string text)
2 references to Parse
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Semantics\SpeculationAnalyzerTestsBase.cs (2)
35
var initialTree =
Parse
(UnderTestRegex.Replace(code, m => m.Groups["content"].Value));
38
var replacementTree =
Parse
(UnderTestRegex.Replace(code, replacementExpression));