2 references to GetStringLengthIgnoringQuote
Roslyn.Diagnostics.CSharp.Analyzers (2)
NumberCommentsRefactoring.cs (2)
135
int length =
GetStringLengthIgnoringQuote
(comment, hasPrefix);
220
int length =
GetStringLengthIgnoringQuote
(text, prefix != null);