1 write to IsDefaultCollapsed
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Structure\AbstractSyntaxStructureProviderTests.cs (1)
131
this.
IsDefaultCollapsed
= isDefaultCollapsed;
4 references to IsDefaultCollapsed
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (4)
Structure\AbstractSyntaxStructureProviderTests.cs (4)
141
&&
IsDefaultCollapsed
== other.
IsDefaultCollapsed
;
151
hashCode = hashCode * -1521134295 +
IsDefaultCollapsed
.GetHashCode();
161
isDefaultCollapsed = this.
IsDefaultCollapsed
;