2 instantiations of StringIndentationRegion
Microsoft.CodeAnalysis.CSharp.Features (2)
StringIndentation\CSharpStringIndentationService.cs (2)
90
result.Add(new
StringIndentationRegion
(indentSpan));
123
result.Add(new
StringIndentationRegion
(indentSpan, builder.ToImmutable()));
5 references to StringIndentationRegion
Microsoft.CodeAnalysis.CSharp.Features (4)
StringIndentation\CSharpStringIndentationService.cs (4)
28
public async Task<ImmutableArray<
StringIndentationRegion
>> GetStringIndentationRegionsAsync(
34
using var result = TemporaryArray<
StringIndentationRegion
>.Empty;
79
SourceText text, SyntaxToken token, ref TemporaryArray<
StringIndentationRegion
> result, CancellationToken cancellationToken)
94
SourceText text, InterpolatedStringExpressionSyntax interpolatedString, ref TemporaryArray<
StringIndentationRegion
> result, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Features (1)
StringIndentation\IStringIndentationService.cs (1)
15
Task<ImmutableArray<
StringIndentationRegion
>> GetStringIndentationRegionsAsync(Document document, TextSpan textSpan, CancellationToken cancellationToken);