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)
121this.TypeMap = new TypeMap(allSourceTypeParameters, _allTypeParameters, allowAlpha: true); 131TypeParameterChecker.Check(this.SubstitutedSourceMethod, _allTypeParameters); 479TypeParameterChecker.Check(this, _allTypeParameters); 698TypeParameterChecker.Check(body, _allTypeParameters);