4 writes to _isStruct
System.CodeDom (4)
System\CodeDom\CodeTypeDeclaration.cs (4)
54
_isStruct
= false;
71
_isStruct
= value;
83
_isStruct
= false;
99
_isStruct
= false;
2 references to _isStruct
System.CodeDom (2)
System\CodeDom\CodeTypeDeclaration.cs (2)
47
get => (TypeAttributes & TypeAttributes.ClassSemanticsMask) == TypeAttributes.Class && !_isEnum && !
_isStruct
;
62
get =>
_isStruct
;