1 write to _allTypeParameters
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EEMethodSymbol.cs (1)
120
_allTypeParameters
= container.TypeParameters.Concat(_typeParameters).Concat(_typeParameters);
4 references to _allTypeParameters
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (4)
Symbols\EEMethodSymbol.cs (4)
121
this.TypeMap = new TypeMap(allSourceTypeParameters,
_allTypeParameters
, allowAlpha: true);
131
TypeParameterChecker.Check(this.SubstitutedSourceMethod,
_allTypeParameters
);
479
TypeParameterChecker.Check(this,
_allTypeParameters
);
698
TypeParameterChecker.Check(body,
_allTypeParameters
);