18 references to Namespace
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\ExternAliasCompletionProvider.cs (1)
86alias, displayTextSuffix: "", CompletionItemRules.Default, glyph: Glyph.Namespace));
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
140case Glyph.Namespace:
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
210case Microsoft.CodeAnalysis.Glyph.Namespace: 527return Microsoft.CodeAnalysis.Glyph.Namespace;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
229case Microsoft.CodeAnalysis.Glyph.Namespace: 546return Microsoft.CodeAnalysis.Glyph.Namespace;
Microsoft.CodeAnalysis.Features (7)
Common\GlyphExtensions.cs (1)
143return Glyph.Namespace;
Common\GlyphTags.cs (1)
63Glyph.Namespace => WellKnownTagArrays.Namespace,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
66Glyph.Namespace => VSTypeScriptGlyph.Namespace, 150VSTypeScriptGlyph.Namespace => Glyph.Namespace,
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (2)
237Glyph.Namespace, targetItems.ToImmutable())); 262lineNumber, this.GlobalImportsTitle, ImmutableArray.Create(taggedText), Glyph.Namespace, targetItems.ToImmutable()));
Shared\Extensions\ISymbolExtensions_2.cs (1)
118return Glyph.Namespace;
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (1)
438return Glyph.Namespace;
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
92if (item.Glyph is Glyph.Namespace)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
References\FindAllReferencesHandlerTests.cs (1)
254AssertValidDefinitionProperties(results, 0, Glyph.Namespace);
Microsoft.VisualStudio.LanguageServices (1)
Utilities\GlyphExtensions.cs (1)
108case Glyph.Namespace:
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Features\InlineRename\XamlEditorInlineRenameService.cs (1)
120glyph = Glyph.Namespace;