4 references to s_indentSize
Microsoft.CodeAnalysis.Features (4)
MetadataAsSource\AbstractMetadataAsSourceService.DocCommentFormatter.cs (4)
57lineBuilder.Append(' ', s_indentSize); 84lineBuilder.Append(' ', s_indentSize); 131lineBuilder.Append(' ', s_indentSize); 180var indent = new StringBuilder().Append(' ', s_indentSize * 2).ToString();