6 references to Type
System.Data.Services (6)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (2)
1733
xmlWriter.WriteAttributeString(XmlConstants.
Type
, member.TypeUsage.EdmType.FullName);
1913
xmlWriter.WriteAttributeString(XmlConstants.
Type
, ((RefType)end.TypeUsage.EdmType).ElementType.FullName);
System\Data\Services\Serializers\MetadataSerializer.cs (4)
207
writer.WriteAttributeString(XmlConstants.
Type
, parameter.ParameterType.FullName);
489
xmlWriter.WriteAttributeString(XmlConstants.
Type
, resourceProperty.ResourceType.FullName);
513
xmlWriter.WriteAttributeString(XmlConstants.
Type
, elementName);
588
xmlWriter.WriteAttributeString(XmlConstants.
Type
, endInfo.ResourceType.FullName);