2 writes to IsStruct
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
810type.IsStruct = true; 1190type.IsStruct = true;
11 references to IsStruct
dotnet-svcutil-lib (11)
CodeDomFixup\CodeDomVisitors\AttributeFixer.cs (1)
165return type != null && (type.IsClass || type.IsStruct);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
144return _currentClass.IsStruct;
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
361return _currentClass.IsStruct; 3200if (e.IsStruct)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (3)
1031if (e.IsStruct) 2506if (e.IsStruct) 2642else if (e.IsStruct)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (4)
830if (!type.IsStruct) 833AddPropertyChangedNotifier(contractCodeDomInfo, type.IsStruct); 849AddPropertyChangedNotifier(contractCodeDomInfo, type.IsStruct); 1252AddPropertyChangedNotifier(contractCodeDomInfo, type.IsStruct);