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