1 implementation of TryGetImageId
Microsoft.CodeAnalysis.EditorFeatures (1)
Tags\DefaultImageIdService.cs (1)
27
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)))