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