5 references to IncludeAfterTypingIdentifierQuestionTab
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
177
if (rules.SnippetsRule != SnippetsRule.
IncludeAfterTypingIdentifierQuestionTab
)
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionService.ProviderManager.cs (1)
203
else if (snippetsRule == SnippetsRule.
IncludeAfterTypingIdentifierQuestionTab
)
Roslyn.VisualStudio.Next.UnitTests (3)
UnifiedSettings\UnifiedSettingsTests.cs (3)
90
enumValues: [SnippetsRule.NeverInclude, SnippetsRule.AlwaysInclude, SnippetsRule.
IncludeAfterTypingIdentifierQuestionTab
],
200
customDefaultValue: SnippetsRule.
IncludeAfterTypingIdentifierQuestionTab
,
202
enumValues: [SnippetsRule.NeverInclude, SnippetsRule.AlwaysInclude, SnippetsRule.
IncludeAfterTypingIdentifierQuestionTab
],