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