5 references to MatchNonPrivateReadableProperty
System.Data.Services.Client (5)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (2)
407if (ResourceBinder.PatternRules.MatchNonPrivateReadableProperty(m, out pi)) 641if (ResourceBinder.PatternRules.MatchNonPrivateReadableProperty(m, out pi))
System\Data\Services\Client\ALinq\ResourceBinder.cs (3)
1193PatternRules.MatchNonPrivateReadableProperty(me, out pi) && 1416if (MatchNonPrivateReadableProperty(me, out pi)) 1464return MatchNonPrivateReadableProperty(me, out propInfo);