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