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)
185SubstContext ctx = new SubstContext(typeArgsCls, typeArgsMeth, denormMeth); 193SubstContext ctx = new SubstContext(typeArgsCls, null, false); 230: SubstTypeArray(taSrc, new SubstContext(typeArgsCls, typeArgsMeth, false)); 321SubstContext ctx = new SubstContext(typeArgsCls, typeArgsMeth, denormMeth); 344var ctx = new SubstContext(typeArgsCls, typeArgsMeth, true);