1 write to ParameterTypes
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
1100this.ParameterTypes = parameterTypes;
9 references to ParameterTypes
Microsoft.CodeAnalysis.CSharp (9)
BoundTree\UnboundLambda.cs (9)
862lambdaSymbol = CreateLambdaSymbol(Binder.ContainingMemberOrLambda, returnType, cacheKey.ParameterTypes, cacheKey.ParameterRefKinds, refKind, refCustomModifiers); 898ValidateUnsafeParameters(diagnostics, cacheKey.ParameterTypes); 1078result = ReallyInferReturnType(delegateType, cacheKey.ParameterTypes, cacheKey.ParameterRefKinds); 1115other.ParameterTypes.Length != this.ParameterTypes.Length || 1121for (int i = 0; i < this.ParameterTypes.Length; i++) 1123if (!other.ParameterTypes[i].Equals(this.ParameterTypes[i], TypeCompareKind.ConsiderEverything) || 1136foreach (var type in ParameterTypes)