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