84 references to WellKnownTagArrays
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\AddUsing\AddUsingTests.cs (1)
5056
""",
WellKnownTagArrays
.Namespace);
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\CompletionProviders\EnumAndCompletionListTagCompletionProvider.cs (2)
210
tags:
WellKnownTagArrays
.TargetTypeMatch)
266
tags:
WellKnownTagArrays
.TargetTypeMatch)
Microsoft.CodeAnalysis.Features (81)
AddImport\AddImportFixData.cs (1)
134
tags:
WellKnownTagArrays
.AddReference,
AddImport\References\MetadataSymbolReference.cs (1)
64
=>
WellKnownTagArrays
.AddReference;
AddImport\References\ProjectSymbolReference.cs (3)
39
?
WellKnownTagArrays
.CSharpProject
41
?
WellKnownTagArrays
.VisualBasicProject
42
:
WellKnownTagArrays
.AddReference;
AddImport\References\SymbolReference.cs (1)
106
tags =
WellKnownTagArrays
.Namespace;
Common\GlyphTags.cs (75)
15
Glyph.Assembly =>
WellKnownTagArrays
.Assembly,
16
Glyph.BasicFile =>
WellKnownTagArrays
.VisualBasicFile,
17
Glyph.BasicProject =>
WellKnownTagArrays
.VisualBasicProject,
18
Glyph.ClassPublic =>
WellKnownTagArrays
.ClassPublic,
19
Glyph.ClassProtected =>
WellKnownTagArrays
.ClassProtected,
20
Glyph.ClassPrivate =>
WellKnownTagArrays
.ClassPrivate,
21
Glyph.ClassInternal =>
WellKnownTagArrays
.ClassInternal,
22
Glyph.CSharpFile =>
WellKnownTagArrays
.CSharpFile,
23
Glyph.CSharpProject =>
WellKnownTagArrays
.CSharpProject,
24
Glyph.ConstantPublic =>
WellKnownTagArrays
.ConstantPublic,
25
Glyph.ConstantProtected =>
WellKnownTagArrays
.ConstantProtected,
26
Glyph.ConstantPrivate =>
WellKnownTagArrays
.ConstantPrivate,
27
Glyph.ConstantInternal =>
WellKnownTagArrays
.ConstantInternal,
28
Glyph.DelegatePublic =>
WellKnownTagArrays
.DelegatePublic,
29
Glyph.DelegateProtected =>
WellKnownTagArrays
.DelegateProtected,
30
Glyph.DelegatePrivate =>
WellKnownTagArrays
.DelegatePrivate,
31
Glyph.DelegateInternal =>
WellKnownTagArrays
.DelegateInternal,
32
Glyph.EnumPublic =>
WellKnownTagArrays
.EnumPublic,
33
Glyph.EnumProtected =>
WellKnownTagArrays
.EnumProtected,
34
Glyph.EnumPrivate =>
WellKnownTagArrays
.EnumPrivate,
35
Glyph.EnumInternal =>
WellKnownTagArrays
.EnumInternal,
36
Glyph.EnumMemberPublic =>
WellKnownTagArrays
.EnumMemberPublic,
37
Glyph.EnumMemberProtected =>
WellKnownTagArrays
.EnumMemberProtected,
38
Glyph.EnumMemberPrivate =>
WellKnownTagArrays
.EnumMemberPrivate,
39
Glyph.EnumMemberInternal =>
WellKnownTagArrays
.EnumMemberInternal,
40
Glyph.Error =>
WellKnownTagArrays
.Error,
41
Glyph.EventPublic =>
WellKnownTagArrays
.EventPublic,
42
Glyph.EventProtected =>
WellKnownTagArrays
.EventProtected,
43
Glyph.EventPrivate =>
WellKnownTagArrays
.EventPrivate,
44
Glyph.EventInternal =>
WellKnownTagArrays
.EventInternal,
45
Glyph.ExtensionMethodPublic =>
WellKnownTagArrays
.ExtensionMethodPublic,
46
Glyph.ExtensionMethodProtected =>
WellKnownTagArrays
.ExtensionMethodProtected,
47
Glyph.ExtensionMethodPrivate =>
WellKnownTagArrays
.ExtensionMethodPrivate,
48
Glyph.ExtensionMethodInternal =>
WellKnownTagArrays
.ExtensionMethodInternal,
49
Glyph.FieldPublic =>
WellKnownTagArrays
.FieldPublic,
50
Glyph.FieldProtected =>
WellKnownTagArrays
.FieldProtected,
51
Glyph.FieldPrivate =>
WellKnownTagArrays
.FieldPrivate,
52
Glyph.FieldInternal =>
WellKnownTagArrays
.FieldInternal,
53
Glyph.InterfacePublic =>
WellKnownTagArrays
.InterfacePublic,
54
Glyph.InterfaceProtected =>
WellKnownTagArrays
.InterfaceProtected,
55
Glyph.InterfacePrivate =>
WellKnownTagArrays
.InterfacePrivate,
56
Glyph.InterfaceInternal =>
WellKnownTagArrays
.InterfaceInternal,
57
Glyph.Intrinsic =>
WellKnownTagArrays
.Intrinsic,
58
Glyph.Keyword =>
WellKnownTagArrays
.Keyword,
59
Glyph.Label =>
WellKnownTagArrays
.Label,
60
Glyph.Local =>
WellKnownTagArrays
.Local,
61
Glyph.Namespace =>
WellKnownTagArrays
.Namespace,
62
Glyph.MethodPublic =>
WellKnownTagArrays
.MethodPublic,
63
Glyph.MethodProtected =>
WellKnownTagArrays
.MethodProtected,
64
Glyph.MethodPrivate =>
WellKnownTagArrays
.MethodPrivate,
65
Glyph.MethodInternal =>
WellKnownTagArrays
.MethodInternal,
66
Glyph.ModulePublic =>
WellKnownTagArrays
.ModulePublic,
67
Glyph.ModuleProtected =>
WellKnownTagArrays
.ModuleProtected,
68
Glyph.ModulePrivate =>
WellKnownTagArrays
.ModulePrivate,
69
Glyph.ModuleInternal =>
WellKnownTagArrays
.ModuleInternal,
70
Glyph.OpenFolder =>
WellKnownTagArrays
.Folder,
71
Glyph.OperatorPublic =>
WellKnownTagArrays
.OperatorPublic,
72
Glyph.OperatorProtected =>
WellKnownTagArrays
.OperatorProtected,
73
Glyph.OperatorPrivate =>
WellKnownTagArrays
.OperatorPrivate,
74
Glyph.OperatorInternal =>
WellKnownTagArrays
.OperatorInternal,
75
Glyph.Parameter =>
WellKnownTagArrays
.Parameter,
76
Glyph.PropertyPublic =>
WellKnownTagArrays
.PropertyPublic,
77
Glyph.PropertyProtected =>
WellKnownTagArrays
.PropertyProtected,
78
Glyph.PropertyPrivate =>
WellKnownTagArrays
.PropertyPrivate,
79
Glyph.PropertyInternal =>
WellKnownTagArrays
.PropertyInternal,
80
Glyph.RangeVariable =>
WellKnownTagArrays
.RangeVariable,
81
Glyph.Reference =>
WellKnownTagArrays
.Reference,
82
Glyph.StructurePublic =>
WellKnownTagArrays
.StructurePublic,
83
Glyph.StructureProtected =>
WellKnownTagArrays
.StructureProtected,
84
Glyph.StructurePrivate =>
WellKnownTagArrays
.StructurePrivate,
85
Glyph.StructureInternal =>
WellKnownTagArrays
.StructureInternal,
86
Glyph.TypeParameter =>
WellKnownTagArrays
.TypeParameter,
87
Glyph.Snippet =>
WellKnownTagArrays
.Snippet,
88
Glyph.CompletionWarning =>
WellKnownTagArrays
.Warning,
89
Glyph.StatusInformation =>
WellKnownTagArrays
.StatusInformation,