2 writes to IsStruct
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
810
type.
IsStruct
= true;
1190
type.
IsStruct
= true;
7 references to IsStruct
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
144
return _currentClass.
IsStruct
;
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
361
return _currentClass.
IsStruct
;
3200
if (e.
IsStruct
)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (4)
830
if (!type.
IsStruct
)
833
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
849
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);
1252
AddPropertyChangedNotifier(contractCodeDomInfo, type.
IsStruct
);