4 writes to IsStruct
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (3)
817
type.
IsStruct
= true;
1137
type.
IsStruct
= true;
1258
type.
IsStruct
= true;
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
212
codeClass.
IsStruct
= (flags & CodeFlags.IsStruct) != 0;
13 references to IsStruct
System (6)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
352
return currentClass.
IsStruct
;
2803
if (e.
IsStruct
) {
compmod\microsoft\visualbasic\VBCodeProvider.cs (3)
960
if (e.
IsStruct
) {
2229
if (e.
IsStruct
) {
2340
else if (e.
IsStruct
) {
compmod\system\codedom\compiler\CodeGenerator.cs (1)
128
return currentClass.
IsStruct
;
System.Runtime.Serialization (6)
System\Runtime\Serialization\CodeExporter.cs (6)
837
if (!type.
IsStruct
)
840
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
856
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
1147
if (!type.
IsStruct
)
1154
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
1320
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
205
if (codeDomTypes[0].
IsStruct
)