2 references to DotnetNamespace
Microsoft.CodeAnalysis.Features (1)
LanguageServiceIndexFormat\SymbolMoniker.cs (1)
61
return new SymbolMoniker(WellKnownSymbolMonikerSchemes.
DotnetNamespace
, symbol.ToDisplayString());
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (1)
RangeResultSetTests.vb (1)
23
<InlineData("class C { [|global|]::System.String s; }", "<global namespace>", WellKnownSymbolMonikerSchemes.
DotnetNamespace
)>