1 write to Method
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (1)
18
Method
= new MethWithInst(method, methodType, methodParameters);
7 references to Method
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (7)
30
AggregateType aggType =
Method
.Ats;
31
MethodSymbol methSym =
Method
.Meth();
75
int size =
Method
.TypeArgs?.Count ?? 0;
79
for (int i = 0; i <
Method
.TypeArgs.Count; i++)
81
typeArgs[i] =
Method
.TypeArgs[i].AssociatedSystemType;
103
AggregateType aggType =
Method
.Ats;
104
MethodSymbol methSym =
Method
.Meth();