5 references to PropAccessor
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
176case MethodKindEnum.PropAccessor:
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
221getter.SetMethKind(MethodKindEnum.PropAccessor);
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodSymbol.cs (1)
81return _methKind == MethodKindEnum.PropAccessor;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (2)
1249prop.GetterMethod = AddMethodToSymbolTable(methGet, aggregate, MethodKindEnum.PropAccessor); 1270prop.SetterMethod = AddMethodToSymbolTable(methSet, aggregate, MethodKindEnum.PropAccessor);