2 writes to _helper
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (2)
48
_helper
= base.Helper as ExceptionDataContractCriticalHelper;
56
_helper
= base.Helper as ExceptionDataContractCriticalHelper;
9 references to _helper
dotnet-svcutil-lib (9)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (9)
49
_contractNamespaces =
_helper
.ContractNamespaces;
50
_memberNames =
_helper
.MemberNames;
51
_memberNamespaces =
_helper
.MemberNamespaces;
57
_contractNamespaces =
_helper
.ContractNamespaces;
58
_memberNames =
_helper
.MemberNames;
59
_memberNamespaces =
_helper
.MemberNamespaces;
65
{ return
_helper
.Members; }
81
{ return
_helper
.KnownDataContracts; }
84
{
_helper
.KnownDataContracts = value; }