1 write to _helper
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (1)
97
_helper
= base.Helper as ClassDataContractCriticalHelper;
31 references to _helper
dotnet-svcutil-lib (31)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (31)
98
this.ContractNamespaces =
_helper
.ContractNamespaces;
99
this.MemberNames =
_helper
.MemberNames;
100
this.MemberNamespaces =
_helper
.MemberNamespaces;
101
_isScriptObject =
_helper
.IsScriptObject;
112
{ return
_helper
.BaseContract; }
115
_helper
.BaseContract = value;
127
{ return
_helper
.Members; }
133
set {
_helper
.Members = value; }
151
if (
_helper
.ChildElementNamespaces == null)
155
_helper
.ChildElementNamespaces = tempChildElementamespaces;
157
_childElementNamespaces =
_helper
.ChildElementNamespaces;
179
{ return
_helper
.OnSerializing; }
190
{ return
_helper
.OnSerialized; }
201
{ return
_helper
.OnDeserializing; }
212
{ return
_helper
.OnDeserialized; }
224
{ return
_helper
.KnownDataContracts; }
236
{ return
_helper
.IsNonAttributedType; }
261
{ return
_helper
.IsKeyValuePairAdapter; }
268
{ return
_helper
.KeyValuePairGenericArguments; }
275
{ return
_helper
.KeyValuePairAdapterConstructorInfo; }
282
{ return
_helper
.GetKeyValuePairMethodInfo; }
292
return
_helper
.GetNonAttributedTypeConstructor();
305
if (
_helper
.XmlFormatWriterDelegate == null)
309
if (
_helper
.XmlFormatWriterDelegate == null)
313
_helper
.XmlFormatWriterDelegate = tempDelegate;
317
return
_helper
.XmlFormatWriterDelegate;
334
if (
_helper
.XmlFormatReaderDelegate == null)
338
if (
_helper
.XmlFormatReaderDelegate == null)
342
_helper
.XmlFormatReaderDelegate = tempDelegate;
346
return
_helper
.XmlFormatReaderDelegate;
525
_helper
.EnsureMethodsImported();