1 write to ParameterTypes
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
1035
this.
ParameterTypes
= parameterTypes;
9 references to ParameterTypes
Microsoft.CodeAnalysis.CSharp (9)
BoundTree\UnboundLambda.cs (9)
811
lambdaSymbol = CreateLambdaSymbol(Binder.ContainingMemberOrLambda, returnType, cacheKey.
ParameterTypes
, cacheKey.ParameterRefKinds, refKind);
847
ValidateUnsafeParameters(diagnostics, cacheKey.
ParameterTypes
);
1013
result = ReallyInferReturnType(delegateType, cacheKey.
ParameterTypes
, cacheKey.ParameterRefKinds);
1050
other.
ParameterTypes
.Length != this.
ParameterTypes
.Length ||
1056
for (int i = 0; i < this.
ParameterTypes
.Length; i++)
1058
if (!other.
ParameterTypes
[i].Equals(this.
ParameterTypes
[i], TypeCompareKind.ConsiderEverything) ||
1071
foreach (var type in
ParameterTypes
)