1 write to AssociatedPropertyInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1224
prop.
AssociatedPropertyInfo
= property;
3 references to AssociatedPropertyInfo
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
334
var o = prop.
AssociatedPropertyInfo
.GetCustomAttributes(typeof(System.Runtime.CompilerServices.DynamicAttribute), false);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
36
PropertyInfo propertyInfo = propSym.
AssociatedPropertyInfo
;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1180
if (prop.
AssociatedPropertyInfo
.IsEquivalentTo(property))