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