2 references to AutomaticallyCompleteStatementOnSemicolon
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
))