10 references to CompleteStatementOptionsStorage
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
CompleteStatement\CompleteStatementCommandHandler.cs (1)
106
if (!_globalOptions.GetOption(
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon))
ConvertNamespace\ConvertNamespaceCommandHandler.cs (1)
103
if (!_globalOptions.GetOption(
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon))
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
CompleteStatement\CSharpCompleteStatementCommandHandlerTests.cs (1)
4208
globalOptions.SetGlobalOption(
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon, false);
ConvertNamespace\ConvertNamespaceCommandHandlerTests.cs (1)
93
testState.Workspace.GlobalOptions.SetGlobalOption(
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon, false);
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Options\AutomationObject\AutomationObject.OnOff.cs (2)
131
get { return GetBooleanOption(
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon); }
132
set { SetBooleanOption(
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon, value); }
Options\IntelliSenseOptionPageControl.xaml.cs (1)
29
BindToOption(Automatically_complete_statement_on_semicolon,
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon);
Roslyn.VisualStudio.Next.UnitTests (3)
UnifiedSettings\UnifiedSettingsTests.cs (3)
39
Add(
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon, "textEditor.csharp.intellisense.completeStatementOnSemicolon").
79
(
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon, CreateBooleanOption(
80
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon,