2 references to MatchKeyProperty
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ResourceBinder.cs (2)
1543
if ((PatternRules.
MatchKeyProperty
(be.Left, out keyProperty) && PatternRules.MatchConstant(be.Right, out keyValue)) ||
1544
(PatternRules.
MatchKeyProperty
(be.Right, out keyProperty) && PatternRules.MatchConstant(be.Left, out keyValue)))