5 writes to IsNullable
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (3)
994
memberContract.
IsNullable
= DataContract.IsTypeNullable(memberContract.MemberType);
1044
memberContract.
IsNullable
= DataContract.IsTypeNullable(memberContract.MemberType);
1071
memberContract.
IsNullable
= DataContract.IsTypeNullable(memberContract.MemberType);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (2)
286
memberContract.
IsNullable
= DataContract.IsTypeNullable(memberContract.MemberType);
320
memberContract.
IsNullable
= DataContract.IsTypeNullable(memberContract.MemberType);
4 references to IsNullable
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (3)
644
CodeTypeReference keyTypeReference = GetElementTypeReference(keyMember.MemberTypeContract, keyMember.
IsNullable
);
645
CodeTypeReference valueTypeReference = GetElementTypeReference(valueMember.MemberTypeContract, valueMember.
IsNullable
);
865
(dataMember.
IsNullable
&& dataMember.MemberTypeContract.IsValueType));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1139
if (dataMember.MemberTypeContract.IsValueType && dataMember.
IsNullable
)