1 write to _typeParameters
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EEMethodSymbol.cs (1)
117
_typeParameters
= sourceMethodTypeParameters.SelectAsArray(
6 references to _typeParameters
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (6)
Symbols\EEMethodSymbol.cs (6)
120
_allTypeParameters = container.TypeParameters.Concat(
_typeParameters
).Concat(
_typeParameters
);
123
EENamedTypeSymbol.VerifyTypeParameters(this,
_typeParameters
);
129
this.SubstitutedSourceMethod = this.SubstitutedSourceMethod.Construct(
_typeParameters
.As<TypeSymbol>());
245
get { return
_typeParameters
.Length; }
349
get { return
_typeParameters
; }