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