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