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