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)
91
enumValues: [SnippetsRule.NeverInclude, SnippetsRule.AlwaysInclude, SnippetsRule.
IncludeAfterTypingIdentifierQuestionTab
],
211
customDefaultValue: SnippetsRule.
IncludeAfterTypingIdentifierQuestionTab
,
213
enumValues: [SnippetsRule.NeverInclude, SnippetsRule.AlwaysInclude, SnippetsRule.
IncludeAfterTypingIdentifierQuestionTab
],