6 references to SubstContext
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\SubstitutionContext.cs (1)
34
:
this
(type?.TypeArgsAll, typeArgsMeth, denormMeth)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (5)
185
SubstContext ctx = new
SubstContext
(typeArgsCls, typeArgsMeth, denormMeth);
193
SubstContext ctx = new
SubstContext
(typeArgsCls, null, false);
230
: SubstTypeArray(taSrc, new
SubstContext
(typeArgsCls, typeArgsMeth, false));
321
SubstContext ctx = new
SubstContext
(typeArgsCls, typeArgsMeth, denormMeth);
344
var ctx = new
SubstContext
(typeArgsCls, typeArgsMeth, true);