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; }