4 writes to _isStruct
System.CodeDom (4)
System\CodeDom\CodeTypeDeclaration.cs (4)
53
_isStruct
= false;
70
_isStruct
= value;
82
_isStruct
= false;
98
_isStruct
= false;
2 references to _isStruct
System.CodeDom (2)
System\CodeDom\CodeTypeDeclaration.cs (2)
46
get => (TypeAttributes & TypeAttributes.ClassSemanticsMask) == TypeAttributes.Class && !_isEnum && !
_isStruct
;
61
get =>
_isStruct
;