2 writes to _indentSize
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Utilities\TestEditorOptions.cs (2)
28
_indentSize
= 4;
35
_indentSize
= indentSize;
1 reference to _indentSize
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Utilities\TestEditorOptions.cs (1)
50
return (T)(object)
_indentSize
;