52 references to MethodPrivate
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (19)
Interactive\NavigateTo\InteractiveNavigateToTests.cs (4)
315
VerifyNavigateToResultItem(item, "DoSomething", "[|D|]o[|S|]omething()", PatternMatchKind.CamelCaseExact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
332
VerifyNavigateToResultItem(item, "DoSomething", "[|D|]o[|S|]omething(int, string)", PatternMatchKind.CamelCaseExact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
383
VerifyNavigateToResultItem(item, "Goo", "[|Goo|].static Goo()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
413
VerifyNavigateToResultItem(item, "Bar", "[|Bar|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_1_2, "Goo", "test1.cs", "Test"));
NavigateTo\NavigateToTests.cs (15)
485
VerifyNavigateToResultItem(item, "DoSomething", "[|D|]o[|S|]omething()", PatternMatchKind.CamelCaseExact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
500
VerifyNavigateToResultItem(item, "static", "[|static|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
504
VerifyNavigateToResultItem(item, "static", "[|static|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
521
VerifyNavigateToResultItem(item, "DoSomething", "[|D|]o[|S|]omething(int, string)", PatternMatchKind.CamelCaseExact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
572
VerifyNavigateToResultItem(item, "Goo", "[|Goo|].static Goo()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
602
VerifyNavigateToResultItem(item, "Bar", "[|Bar|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_1_2, "Goo", "test1.cs", "Test"));
619
VerifyNavigateToResultItem(item, "Bar", "[|Bar|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_1_2, "Goo", "test1.cs", "Test"));
677
VerifyNavigateToResultItem(item, "Goo", "[|Goo|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
691
VerifyNavigateToResultItem(item, "Goo", "[|Goo|](int)", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
705
VerifyNavigateToResultItem(item, "Goo", "[|Goo|]<T>(int)", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
722
VerifyNavigateToResultItem(item, "Bar", "[|Bar|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
746
VerifyNavigateToResultItem(item, "Goo", "[|Goo|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
770
VerifyNavigateToResultItem(item, "Bar", "[|Bar|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
866
VerifyNavigateToResultItem(item, "M", "[|M|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, additionalInfo: string.Format(FeaturesResources.in_0_project_1, "A<T>.B.C<U>", "Test"));
920
VerifyNavigateToResultItem(item, "M", "[|M|](object?)", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
147
case Glyph.
MethodPrivate
:
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (10)
NavigationBar\CSharpNavigationBarTests.vb (10)
34
Item("Swap<T>(T lhs, T rhs)", Glyph.
MethodPrivate
)}))
128
Item("IDisposable.Dispose()", Glyph.
MethodPrivate
)}))
143
Item("M(out string goo, ref string bar)", Glyph.
MethodPrivate
)}))
158
Item("M(int i = 0)", Glyph.
MethodPrivate
)}))
173
Item("M(CancellationToken cancellationToken = default)", Glyph.
MethodPrivate
)}))
247
Item("M()", Glyph.
MethodPrivate
),
248
Item("M()", Glyph.
MethodPrivate
, grayed:=True)}))
262
Item("M()", Glyph.
MethodPrivate
),
263
Item("M()", Glyph.
MethodPrivate
, grayed:=True)}))
308
Item("M(string? s, IEnumerable<string?> e)", Glyph.
MethodPrivate
)}))
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
222
case Microsoft.CodeAnalysis.Glyph.
MethodPrivate
:
539
return Microsoft.CodeAnalysis.Glyph.
MethodPrivate
;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
241
case Microsoft.CodeAnalysis.Glyph.
MethodPrivate
:
558
return Microsoft.CodeAnalysis.Glyph.
MethodPrivate
;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
149
Accessibility.Private => Glyph.
MethodPrivate
,
Common\GlyphTags.cs (1)
66
Glyph.
MethodPrivate
=> WellKnownTagArrays.MethodPrivate,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
69
Glyph.
MethodPrivate
=> VSTypeScriptGlyph.MethodPrivate,
153
VSTypeScriptGlyph.MethodPrivate => Glyph.
MethodPrivate
,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
Symbols\DocumentSymbolsTests.cs (1)
69
CreateSymbolInformation(LSP.SymbolKind.Method, "M()", testLspServer.GetLocations("method").Single(), Glyph.
MethodPrivate
, "A")
Symbols\WorkspaceSymbolsTests.cs (3)
87
CreateSymbolInformation(LSP.SymbolKind.Method, "M", testLspServer.GetLocations("method").Single(), Glyph.
MethodPrivate
, GetContainerName(testLspServer.GetCurrentSolution(), "A"))
167
CreateSymbolInformation(LSP.SymbolKind.Method, "M", testLspServer.GetLocations("method")[0], Glyph.
MethodPrivate
, GetContainerName(testLspServer.GetCurrentSolution(), "A")),
168
CreateSymbolInformation(LSP.SymbolKind.Method, "M", testLspServer.GetLocations("method")[1], Glyph.
MethodPrivate
, GetContainerName(testLspServer.GetCurrentSolution(), "B"))
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (7)
NavigateTo\NavigateToTests.vb (7)
309
VerifyNavigateToResultItem(item, "DoSomething", "[|D|]o[|S|]omething()", PatternMatchKind.CamelCaseExact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, String.Format(FeaturesResources.in_0_project_1, "Goo", "Test"))
321
VerifyNavigateToResultItem(item, "Sub", "[|Sub|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, String.Format(FeaturesResources.in_0_project_1, "Goo", "Test"))
324
VerifyNavigateToResultItem(item, "Sub", "[|Sub|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, String.Format(FeaturesResources.in_0_project_1, "Goo", "Test"))
336
VerifyNavigateToResultItem(item, "DoSomething", "[|D|]o[|S|]omething(Integer, String)", PatternMatchKind.CamelCaseExact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, String.Format(FeaturesResources.in_0_project_1, "Goo", "Test"))
360
VerifyNavigateToResultItem(item, "Goo", "[|Goo|].New()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, String.Format(FeaturesResources.in_0_project_1, "Goo", "Test"))
416
VerifyNavigateToResultItem(item, "Bar", "[|Bar|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, String.Format(FeaturesResources.in_0_1_2, "Goo", "test1.vb", "Test"))
428
VerifyNavigateToResultItem(item, "Bar", "[|Bar|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, String.Format(FeaturesResources.in_0_project_1, "Goo", "Test"))
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (1)
794
Glyph.MethodPublic or Glyph.MethodProtected or Glyph.
MethodPrivate
or Glyph.MethodInternal => "Method",
Utilities\GlyphExtensions.cs (2)
113
case Glyph.
MethodPrivate
:
188
case Glyph.
MethodPrivate
: