5 references to isPropertyAccessor
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
146!meth.isPropertyAccessor() ||
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodSymbol.cs (4)
114Debug.Assert(isPropertyAccessor()); 120Debug.Assert(isPropertyAccessor()); 149return isPropertyAccessor() || isEventAccessor(); 157if (!isPropertyAccessor())