1 instantiation of CompletionResolveData
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Completion\CompletionHandler.cs (1)
97
Data = new
CompletionResolveData
{ ProjectGuid = documentId.ProjectId.Id, DocumentGuid = documentId.Id, Position = position, DisplayText = xamlCompletion.DisplayText }
2 references to CompletionResolveData
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Completion\CompletionResolveHandler.cs (2)
54
CompletionResolveData
? data;
57
data = token.ToObject<
CompletionResolveData
>();