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)
329return new(guid, id);
Protocol\Internal\Converters\ImageIdConverter.cs (1)
32return new ImageId(guid.Value, id.Value);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Tooltip\ClassifiedTagHelperTooltipFactory.cs (2)
28new ImageId(s_imageCatalogGuid, 463), // KnownImageIds.Type = 463 33new ImageId(s_imageCatalogGuid, 2429), // KnownImageIds.Type = 2429