1 write to MethodTypes
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\SubstitutionContext.cs (1)
19
MethodTypes
= typeArgsMeth?.Items ?? Array.Empty<CType>();
7 references to MethodTypes
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\SubstitutionContext.cs (1)
38
public bool IsNop => ClassTypes.Length == 0 &
MethodTypes
.Length == 0;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (6)
313
if (index < pctx.
MethodTypes
.Length)
315
Debug.Assert(pctx.
MethodTypes
!= null);
316
return pctx.
MethodTypes
[index];
454
Debug.Assert(tvs.GetIndexInTotalParameters() < pctx.
MethodTypes
.Length);
455
if (index < pctx.
MethodTypes
.Length)
457
return typeDst == pctx.
MethodTypes
[index];