2 overrides of StringOpenQuoteLength
Microsoft.CodeAnalysis.CSharp.Features (2)
SplitStringLiteral\InterpolatedStringSplitter.cs (1)
93protected override int StringOpenQuoteLength() => "$\"".Length;
SplitStringLiteral\SimpleStringSplitter.cs (1)
74protected override int StringOpenQuoteLength() => "\"".Length;
1 reference to StringOpenQuoteLength
Microsoft.CodeAnalysis.CSharp.Features (1)
SplitStringLiteral\StringSplitter.cs (1)
119return (newRoot2, rightExpression.Span.Start + indentString.Length + StringOpenQuoteLength());