2 writes to _typeParameters
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\EENamedTypeSymbol.cs (2)
53_typeParameters = getTypeParameters(currentFrame.ContainingType, this); 83_typeParameters = this.SourceTypeParameters.SelectAsArray(
6 references to _typeParameters
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (6)
Symbols\EENamedTypeSymbol.cs (6)
54VerifyTypeParameters(this, _typeParameters); 87typeMap = new TypeMap(this.SourceTypeParameters, _typeParameters); 89VerifyTypeParameters(this, _typeParameters); 92TypeParameterChecker.Check(this.SubstitutedSourceType, _typeParameters); 122get { return _typeParameters.Length; } 127get { return _typeParameters; }