1 write to IsNamespaceContext
Microsoft.CodeAnalysis.Workspaces (1)
SyntaxContext.cs (1)
106this.IsNamespaceContext = isNamespaceContext;
3 references to IsNamespaceContext
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Recommendations\CSharpRecommendationServiceRunner.cs (1)
93else if (_context.IsTypeContext || _context.IsNamespaceContext)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Completion\KeywordRecommenders\Expressions\GlobalKeywordRecommender.vb (1)
22Return If(context.IsNamespaceContext AndAlso Not context.IsInImportsDirective, s_keywords, ImmutableArray(Of RecommendedKeyword).Empty)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Recommendations\VisualBasicRecommendationServiceRunner.vb (1)
51ElseIf _context.IsTypeContext OrElse _context.IsNamespaceContext Then