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