4 references to s_indentSize
Microsoft.CodeAnalysis.Features (4)
MetadataAsSource\AbstractMetadataAsSourceService.DocCommentFormatter.cs (4)
23
private static readonly string s_indent = new(' ',
s_indentSize
* 2);
58
lineBuilder.Append(' ',
s_indentSize
);
82
lineBuilder.Append(' ',
s_indentSize
);
120
lineBuilder.Append(' ',
s_indentSize
);