3 writes to IsStruct
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
806
type.
IsStruct
= true;
1147
type.
IsStruct
= true;
1294
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;
2339
if (e.
IsStruct
)
Microsoft\VisualBasic\VBCodeGenerator.cs (3)
715
if (e.
IsStruct
)
2002
if (e.
IsStruct
)
2131
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)
826
if (!type.
IsStruct
)
829
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
847
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
1157
if (!type.
IsStruct
)
1164
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
1356
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);