2 references to GetDocumentAndService
Microsoft.CodeAnalysis.EditorFeatures (2)
GoToDefinition\GoToDefinitionCommandHandler.cs (2)
51
var (_, service) =
GetDocumentAndService
(args.SubjectBuffer.CurrentSnapshot);
60
var (document, service) =
GetDocumentAndService
(subjectBuffer.CurrentSnapshot);