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