1 override of InternalIsStartObject
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSerializer.cs (1)
446internal override bool InternalIsStartObject(XmlReaderDelegator reader)
1 reference to InternalIsStartObject
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializer.cs (1)
297return InternalIsStartObject(reader);