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)
299
if (index < pctx.
MethodTypes
.Length)
301
Debug.Assert(pctx.
MethodTypes
!= null);
302
return pctx.
MethodTypes
[index];
439
Debug.Assert(tvs.GetIndexInTotalParameters() < pctx.
MethodTypes
.Length);
440
if (index < pctx.
MethodTypes
.Length)
442
return typeDst == pctx.
MethodTypes
[index];