2 references to s_semicolon
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (2)
167var textToParse = owningNode.NormalizeWhitespace().ToFullString() + s_semicolon; 175return s_semicolon;