2 writes to IsStruct
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
810type.IsStruct = true; 1190type.IsStruct = true;
7 references to IsStruct
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
144return _currentClass.IsStruct;
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
361return _currentClass.IsStruct; 3200if (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);