3 references to EdmBooleanTypeName
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1772return this.ParseTypedLiteral(typeof(bool), XmlConstants.EdmBooleanTypeName, l);
System\Data\Services\WebUtil.cs (2)
70new KeyValuePair<Type, string>(typeof(Boolean), XmlConstants.EdmBooleanTypeName), 71new KeyValuePair<Type, string>(typeof(Boolean?), XmlConstants.EdmBooleanTypeName),