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)
278string type = _r.GetAttribute(_typeID, _instanceNsID); 281type = _r.GetAttribute(_typeID, _instanceNs2000ID); 284type = _r.GetAttribute(_typeID, _instanceNs1999ID); 1996if ((object)Reader.LocalName == (object)_typeID && 2020XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID);