4 references to GetDefinitions
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
GoToDefinition\GoToDefinitionTestsBase.vb (1)
98
Dim items = context.
GetDefinitions
()
GoToHelpers\GoToHelpers.vb (2)
36
For Each definition In context.
GetDefinitions
()
58
Dim actualDefintionsWithoutSpans = context.
GetDefinitions
() _
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindImplementationsHandler.cs (1)
49
foreach (var definition in findUsagesContext.
GetDefinitions
())