2 writes to _helper
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs (2)
40_helper = base.Helper as EnumDataContractCriticalHelper; 73_helper = base.Helper as EnumDataContractCriticalHelper;
12 references to _helper
dotnet-svcutil-lib (12)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs (12)
58get { return _helper.BaseContractName; } 62set { _helper.BaseContractName = value; } 83{ return _helper.Members; } 84set { _helper.Members = value; } 95{ return _helper.Values; } 96set { _helper.Values = value; } 107{ return _helper.IsFlags; } 108set { _helper.IsFlags = value; } 119{ return _helper.IsULong; } 120set { _helper.IsULong = value; } 131{ return _helper.ChildElementNames; } 132set { _helper.ChildElementNames = value; }