1 write to _parameterTypesWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
4 references to _parameterTypesWithAnnotations
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\UnboundLambda.cs (4)
1502public override bool HasExplicitlyTypedParameterList { get { return !_parameterTypesWithAnnotations.IsDefault; } }
1576Debug.Assert(0 <= index && index < _parameterTypesWithAnnotations.Length);
1577return _parameterTypesWithAnnotations[index];
1582return new PlainUnboundLambdaState(Binder, _returnRefKind, _returnType, _parameterAttributes, _parameterNames, _parameterIsDiscardOpt, _parameterTypesWithAnnotations, _parameterRefKinds, _parameterDeclaredScopes, _defaultValues, _parameterSyntaxList, isAsync: _isAsync, isStatic: _isStatic, includeCache: includeCache);