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