3 references to EdmGuidTypeName
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1793return this.ParseTypedLiteral(typeof(Guid), XmlConstants.EdmGuidTypeName, l);
System\Data\Services\WebUtil.cs (2)
80new KeyValuePair<Type, string>(typeof(Guid), XmlConstants.EdmGuidTypeName), 81new KeyValuePair<Type, string>(typeof(Guid?), XmlConstants.EdmGuidTypeName),