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