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