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