internal OldTypeArgumentBinderContext(TypeArgumentSyntax declaration, Symbol genericSymbol, WithTypeParametersBaseBinderContext next)
     : base(next.Location(declaration), genericSymbol, next)
 {
     this.declaration = declaration;
     this.genericSymbol = genericSymbol;
     this.enclosing = next;
 }
Exemple #2
0
 internal OldTypeArgumentBinderContext(TypeArgumentSyntax declaration, Symbol genericSymbol, WithTypeParametersBaseBinderContext next)
     : base(next.Location(declaration), genericSymbol, next)
 {
     this.declaration   = declaration;
     this.genericSymbol = genericSymbol;
     this.enclosing     = next;
 }