1 write to Method
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (1)
19
Method
= new MethWithInst(method, methodType, methodParameters);
7 references to Method
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (7)
31
AggregateType aggType =
Method
.Ats;
32
MethodSymbol methSym =
Method
.Meth();
76
int size =
Method
.TypeArgs?.Count ?? 0;
80
for (int i = 0; i <
Method
.TypeArgs.Count; i++)
82
typeArgs[i] =
Method
.TypeArgs[i].AssociatedSystemType;
104
AggregateType aggType =
Method
.Ats;
105
MethodSymbol methSym =
Method
.Meth();