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