2 references to CompleteStatementOptionsStorage
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
CompleteStatement\CompleteStatementCommandHandler.cs (1)
108
if (!_globalOptions.GetOption(
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon))
ConvertNamespace\ConvertNamespaceCommandHandler.cs (1)
105
if (!_globalOptions.GetOption(
CompleteStatementOptionsStorage
.AutomaticallyCompleteStatementOnSemicolon))