1 write to _typeID
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (1)
153
_typeID
= r.NameTable.Add("type");
5 references to _typeID
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (5)
278
string type = _r.GetAttribute(
_typeID
, _instanceNsID);
281
type = _r.GetAttribute(
_typeID
, _instanceNs2000ID);
284
type = _r.GetAttribute(
_typeID
, _instanceNs1999ID);
1996
if ((object)Reader.LocalName == (object)
_typeID
&&
2020
XmlAttribute xsiTypeAttribute = Document.CreateAttribute(
_typeID
, _instanceNsID);