8 writes to IsValueType
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
555
xmlContract.
IsValueType
= info.IsValueType;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (7)
667
dataContract.
IsValueType
= IsValueType(typeName, annotation);
716
xmlDataContract.
IsValueType
= false;
721
xmlDataContract.
IsValueType
= IsValueType(typeName, xsdType.Annotation);
729
xmlDataContract.
IsValueType
= true;
843
dataContract.
IsValueType
= IsValueType(typeName, annotation);
920
baseContract.
IsValueType
= false;
1118
keyValueContract.
IsValueType
= true;
10 references to IsValueType
dotnet-svcutil-lib (10)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (6)
367
if (dataContract.
IsValueType
&& isElementTypeNullable)
728
isParamValueType = paramContract.
IsValueType
;
809
if (classDataContract.
IsValueType
&& SupportsDeclareValueTypes)
865
(dataMember.IsNullable && dataMember.MemberTypeContract.
IsValueType
));
876
CodeMemberProperty property = CreateProperty(memberType, propertyName, fieldName, dataMember.MemberTypeContract.
IsValueType
&& SupportsDeclareValueTypes, raisePropertyChanged);
1189
if (xmlDataContract.
IsValueType
)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
1637
if (this.
IsValueType
&& isNullable)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (3)
919
if (baseContract.
IsValueType
)
998
if (!memberTypeContract.
IsValueType
&& !memberIsNullable)
1139
if (dataMember.MemberTypeContract.
IsValueType
&& dataMember.IsNullable)