2 overrides of Parse
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Semantics\SpeculationAnalyzerTests.cs (1)
501
protected override SyntaxTree
Parse
(string text)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Semantics\SpeculationAnalyzerTests.vb (1)
125
Protected Overrides Function
Parse
(text As String) As SyntaxTree
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));