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