1 write to SnippetsRule
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionRules.cs (1)
53SnippetsRule = snippetsRule;
5 references to SnippetsRule
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
176if (rules.SnippetsRule != SnippetsRule.IncludeAfterTypingIdentifierQuestionTab)
Microsoft.CodeAnalysis.Features (4)
Completion\CompletionRules.cs (3)
107var newSnippetsRule = snippetsRule.HasValue ? snippetsRule.Value : SnippetsRule; 113newSnippetsRule == SnippetsRule) 153/// Creates a copy of the this <see cref="CompletionRules"/> with the <see cref="SnippetsRule"/> property changed.
Completion\CompletionService.ProviderManager.cs (1)
191: _service.GetRules(options).SnippetsRule;