2 implementations of TryGetImageId
Microsoft.CodeAnalysis.EditorFeatures (1)
Tags\DefaultImageIdService.cs (1)
27
public bool
TryGetImageId
(ImmutableArray<string> tags, out ImageId imageId)
Microsoft.VisualStudio.LanguageServices (1)
Shared\VisualStudioImageIdService.cs (1)
51
public bool
TryGetImageId
(ImmutableArray<string> tags, out ImageId imageId)
1 reference to TryGetImageId
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActions\SuggestedAction.cs (1)
264
if (service.Value.
TryGetImageId
(tags, out var imageId) && !imageId.Equals(default(ImageId)))