3 references to OwningSymbol
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeParameterType.cs (2)
63
? ((MethodInfo)((MethodSymbol)
OwningSymbol
).AssociatedMemberInfo).GetGenericArguments()
64
: ((AggregateSymbol)
OwningSymbol
).AssociatedSystemType.GetGenericArguments()
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
370
if (((TypeParameterType)ctype).
OwningSymbol
== agg)