2 writes to BaseContract
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (2)
159
this.
BaseContract
= baseContract as ExceptionDataContract;
163
this.
BaseContract
= null;
6 references to BaseContract
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (6)
173
if (
BaseContract
== null)
183
baseContractCount =
BaseContract
._contractNamespaces.Length;
185
Array.Copy(
BaseContract
._contractNamespaces, 0, _contractNamespaces, 0, baseContractCount);
261
if (
BaseContract
!= null)
263
tempMembers = new List<DataMember>(
BaseContract
.Members); //Don't set tempMembers = BaseContract.Members and then start adding, because this alters the base's reference.
337
foreach (DataMember dm in
BaseContract
.Members)