1 write to TypeName
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
911targetEntry.TypeName = this.reader.GetAttributeEx(XmlConstants.AtomCategoryTermAttributeName, XmlConstants.AtomNamespace);
4 references to TypeName
System.Data.Services.Client (4)
System\Data\Services\Client\AtomMaterializer.cs (2)
740ClientType attributeSourceType = MaterializeAtom.GetEntryClientType(entry.TypeName, materializer.context, expectedType, false); 1693ClientType actualType = MaterializeAtom.GetEntryClientType(entry.TypeName, this.context, expectedEntryType, true);
System\Data\Services\Client\AtomMaterializerLog.cs (1)
123descriptor.ServerTypeName = entry.TypeName;
System\Data\Services\Client\AtomParser.cs (1)
906if (elementName == XmlConstants.AtomCategoryElementName && targetEntry.TypeName == null)