7 references to NeverInclude
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionService.ProviderManager.cs (1)
195
SnippetsRule.
NeverInclude
)
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
122
SnippetsBehavior = SnippetsRule.
NeverInclude
,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Completion\CompletionTests.cs (2)
338
testLspServer.TestWorkspace.GlobalOptions.SetGlobalOption(CompletionOptionsStorage.SnippetsBehavior, LanguageNames.CSharp, SnippetsRule.
NeverInclude
);
1527
testLspServer.TestWorkspace.GlobalOptions.SetGlobalOption(CompletionOptionsStorage.SnippetsBehavior, LanguageNames.CSharp, SnippetsRule.
NeverInclude
);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AutomationObject\AutomationObject.ObsoleteAndUnused.cs (1)
58
SetOption(CompletionOptionsStorage.SnippetsBehavior, SnippetsRule.
NeverInclude
);
Roslyn.VisualStudio.Next.UnitTests (2)
UnifiedSettings\UnifiedSettingsTests.cs (2)
90
enumValues: [SnippetsRule.
NeverInclude
, SnippetsRule.AlwaysInclude, SnippetsRule.IncludeAfterTypingIdentifierQuestionTab],
202
enumValues: [SnippetsRule.
NeverInclude
, SnippetsRule.AlwaysInclude, SnippetsRule.IncludeAfterTypingIdentifierQuestionTab],