1 write to rootTypeDataContract
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
60
this.
rootTypeDataContract
= rootTypeDataContract;
6 references to rootTypeDataContract
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerContext.cs (4)
287
if (dataContract == null &&
rootTypeDataContract
!= null)
289
if (
rootTypeDataContract
.StableName == qname)
290
dataContract =
rootTypeDataContract
;
293
CollectionDataContract collectionContract =
rootTypeDataContract
as CollectionDataContract;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
161
Type declaredType =
rootTypeDataContract
.UnderlyingType;
172
verifyKnownType = WriteTypeInfo(xmlWriter, dataContract,
rootTypeDataContract
);