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)
192
SubstContext ctx = new
SubstContext
(typeArgsCls, typeArgsMeth, denormMeth);
201
SubstContext ctx = new
SubstContext
(typeArgsCls, null, false);
241
: SubstTypeArray(taSrc, new
SubstContext
(typeArgsCls, typeArgsMeth, false));
336
SubstContext ctx = new
SubstContext
(typeArgsCls, typeArgsMeth, denormMeth);
359
var ctx = new
SubstContext
(typeArgsCls, typeArgsMeth, true);