35 references to MethodPrivate
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (19)
Interactive\NavigateTo\InteractiveNavigateToTests.cs (4)
306
VerifyNavigateToResultItem(item, "DoSomething", "[|D|]o[|S|]omething()", PatternMatchKind.CamelCaseExact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
323
VerifyNavigateToResultItem(item, "DoSomething", "[|D|]o[|S|]omething(int, string)", PatternMatchKind.CamelCaseExact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
374
VerifyNavigateToResultItem(item, "Goo", "[|Goo|].static Goo()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
402
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)
443
VerifyNavigateToResultItem(item, "DoSomething", "[|D|]o[|S|]omething()", PatternMatchKind.CamelCaseExact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
457
VerifyNavigateToResultItem(item, "static", "[|static|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
461
VerifyNavigateToResultItem(item, "static", "[|static|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
477
VerifyNavigateToResultItem(item, "DoSomething", "[|D|]o[|S|]omething(int, string)", PatternMatchKind.CamelCaseExact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
525
VerifyNavigateToResultItem(item, "Goo", "[|Goo|].static Goo()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
593
VerifyNavigateToResultItem(item, "Bar", "[|Bar|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_1_2, "Goo", "test1.cs", "Test"));
609
VerifyNavigateToResultItem(item, "Bar", "[|Bar|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, string.Format(FeaturesResources.in_0_1_2, "Goo", "test1.cs", "Test"));
660
VerifyNavigateToResultItem(item, "Goo", "[|Goo|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
673
VerifyNavigateToResultItem(item, "Goo", "[|Goo|](int)", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
686
VerifyNavigateToResultItem(item, "Goo", "[|Goo|]<T>(int)", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
702
VerifyNavigateToResultItem(item, "Bar", "[|Bar|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
724
VerifyNavigateToResultItem(item, "Goo", "[|Goo|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
746
VerifyNavigateToResultItem(item, "Bar", "[|Bar|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
834
VerifyNavigateToResultItem(item, "M", "[|M|]()", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
, additionalInfo: string.Format(FeaturesResources.in_0_project_1, "A<T>.B.C<U>", "Test"));
883
VerifyNavigateToResultItem(item, "M", "[|M|](object?)", PatternMatchKind.Exact, NavigateToItemKind.Method, Glyph.
MethodPrivate
);
Microsoft.CodeAnalysis.CSharp.Features (1)
SolutionExplorer\CSharpSolutionExplorerSymbolTreeItemProvider.cs (1)
407
Glyph.
MethodPrivate
,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
219
case Microsoft.CodeAnalysis.Glyph.
MethodPrivate
:
543
return Microsoft.CodeAnalysis.Glyph.
MethodPrivate
;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
240
case Microsoft.CodeAnalysis.Glyph.
MethodPrivate
:
564
return Microsoft.CodeAnalysis.Glyph.
MethodPrivate
;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
158
Accessibility.Private => Glyph.
MethodPrivate
,
Common\GlyphTags.cs (1)
64
Glyph.
MethodPrivate
=> WellKnownTagArrays.MethodPrivate,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
66
Glyph.
MethodPrivate
=> VSTypeScriptGlyph.MethodPrivate,
153
VSTypeScriptGlyph.MethodPrivate => Glyph.
MethodPrivate
,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\Extensions.cs (1)
435
Glyph.
MethodPrivate
=> (KnownImageIds.ImageCatalogGuid, KnownImageIds.MethodPrivate),
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
Symbols\DocumentSymbolsTests.cs (1)
45
CreateSymbolInformation(LSP.SymbolKind.Method, "M()", testLspServer.GetLocations("method").Single(), Glyph.
MethodPrivate
, "Test.A"),
Symbols\WorkspaceSymbolsTests.cs (3)
100
CreateSymbolInformation(LSP.SymbolKind.Method, "M", testLspServer.GetLocations("method").Single(), Glyph.
MethodPrivate
, GetContainerName(testLspServer.GetCurrentSolution(), "A"))
188
CreateSymbolInformation(LSP.SymbolKind.Method, "M", testLspServer.GetLocations("method")[0], Glyph.
MethodPrivate
, GetContainerName(testLspServer.GetCurrentSolution(), "A")),
189
CreateSymbolInformation(LSP.SymbolKind.Method, "M", testLspServer.GetLocations("method")[1], Glyph.
MethodPrivate
, GetContainerName(testLspServer.GetCurrentSolution(), "B"))
Microsoft.VisualStudio.LanguageServices (2)
Utilities\GlyphExtensions.cs (2)
111
case Glyph.
MethodPrivate
:
189
case Glyph.
MethodPrivate
: