5 references to TagId
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\HighlightTags\RenameFieldBackgroundAndBorderTag.cs (1)
17: base(TagId)
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
RenameFieldBackgroundAndBorderTagDefinition.cs (1)
16[Name(RenameFieldBackgroundAndBorderTag.TagId)]
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\HighlightTags\RenameFieldBackgroundAndBorderTagDefinition.cs (1)
16[Name(RenameFieldBackgroundAndBorderTag.TagId)]
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
OutOfProcess\InlineRenameDialog_OutOfProc.cs (1)
11public static string ValidRenameTag => RenameFieldBackgroundAndBorderTag.TagId;
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
InProcess\EditorInProcess.cs (1)
425return tags.WhereAsArray(tag => tag.Tag.Type == RenameFieldBackgroundAndBorderTag.TagId);