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