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)
54
VerifyTypeParameters(this,
_typeParameters
);
87
typeMap = new TypeMap(this.SourceTypeParameters,
_typeParameters
);
89
VerifyTypeParameters(this,
_typeParameters
);
92
TypeParameterChecker.Check(this.SubstitutedSourceType,
_typeParameters
);
122
get { return
_typeParameters
.Length; }
127
get { return
_typeParameters
; }