2 references to CreateAnalyzer
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
EditAndContinue\Helpers\EditingTestBase.vb (2)
147
Dim match =
CreateAnalyzer
().GetTestAccessor().ComputeBodyMatch(m1, m2, Array.Empty(Of AbstractEditAndContinueAnalyzer.ActiveNode)(), diagnostics, oldHasStateMachineSuspensionPoint, newHasStateMachineSuspensionPoint)
163
Return EditAndContinueTestHelpers.GetMethodMatches(
CreateAnalyzer
(), methodMatch)