3 writes to IsStruct
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
793
type.
IsStruct
= true;
1132
type.
IsStruct
= true;
1274
type.
IsStruct
= true;
12 references to IsStruct
System.CodeDom (6)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
81
private bool IsCurrentStruct => _currentClass != null && !(_currentClass is CodeTypeDelegate) ? _currentClass.
IsStruct
: false;
2350
if (e.
IsStruct
)
Microsoft\VisualBasic\VBCodeGenerator.cs (3)
718
if (e.
IsStruct
)
2009
if (e.
IsStruct
)
2138
else if (e.
IsStruct
)
System\CodeDom\Compiler\CodeGenerator.cs (1)
33
protected bool IsCurrentStruct => _currentClass != null && !(_currentClass is CodeTypeDelegate) ? _currentClass.
IsStruct
: false;
System.Runtime.Serialization.Schema (6)
System\Runtime\Serialization\Schema\CodeExporter.cs (6)
813
if (!type.
IsStruct
)
816
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
833
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
1142
if (!type.
IsStruct
)
1149
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
1336
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);