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