1 write to Mapping
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (1)
925
this.
Mapping
= mapping;
18 references to Mapping
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (18)
618
pendingMappings[index++] = mappingKey.
Mapping
;
627
serializers[index] = (XmlSerializer)contract.TypedSerializers[mappingKey.
Mapping
.Key];
628
serializers[index].SetTempAssembly(tempAssembly, mappingKey.
Mapping
);
934
if (this.
Mapping
.Key != other.
Mapping
.Key)
937
if (this.
Mapping
.ElementName != other.
Mapping
.ElementName)
940
if (this.
Mapping
.Namespace != other.
Mapping
.Namespace)
943
if (this.
Mapping
.IsSoap != other.
Mapping
.IsSoap)
951
int hashCode = this.
Mapping
.IsSoap ? 0 : 1;
953
if (this.
Mapping
.Key != null)
954
hashCode ^= this.
Mapping
.Key.GetHashCode();
956
if (this.
Mapping
.ElementName != null)
957
hashCode ^= this.
Mapping
.ElementName.GetHashCode();
959
if (this.
Mapping
.Namespace != null)
960
hashCode ^= this.
Mapping
.Namespace.GetHashCode();