5 references to new
Microsoft.CodeAnalysis.EditorFeatures (1)
Extensions\LSPExtensions.cs (1)
12
=>
new
(imageId.Guid, imageId.Id);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\Extensions.cs (1)
329
return
new
(guid, id);
Protocol\Internal\Converters\ImageIdConverter.cs (1)
32
return new
ImageId
(guid.Value, id.Value);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Tooltip\ClassifiedTagHelperTooltipFactory.cs (2)
28
new
ImageId
(s_imageCatalogGuid, 463), // KnownImageIds.Type = 463
33
new
ImageId
(s_imageCatalogGuid, 2429), // KnownImageIds.Type = 2429