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