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