2 writes to TypeName
System.Data.Services.Client (2)
System\Data\Services\Client\AtomMaterializer.cs (1)
1422
property.
TypeName
= typeName;
System\Data\Services\Client\AtomParser.cs (1)
811
result.
TypeName
= this.reader.GetAttributeEx(XmlConstants.AtomTypeAttributeName, XmlConstants.DataWebMetadataNamespace);
2 references to TypeName
System.Data.Services.Client (2)
System\Data\Services\Client\AtomMaterializer.cs (2)
1206
string propertyTypeName = atomProperty.
TypeName
;
1316
ClientConvert.IsKnownType(MaterializeAtom.GetEntryClientType(property.
TypeName
, context, prop.PropertyType, true).ElementType))