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