1 write to _parameterTypesWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
1463
_parameterTypesWithAnnotations
= parameterTypesWithAnnotations;
6 references to _parameterTypesWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\UnboundLambda.cs (6)
1481
public override bool HasExplicitlyTypedParameterList { get { return !
_parameterTypesWithAnnotations
.IsDefault; } }
1535
Debug.Assert(0 <= index && index <
_parameterTypesWithAnnotations
.Length);
1541
Debug.Assert(0 <= index && index <
_parameterTypesWithAnnotations
.Length);
1555
Debug.Assert(0 <= index && index <
_parameterTypesWithAnnotations
.Length);
1556
return
_parameterTypesWithAnnotations
[index];
1561
return new PlainUnboundLambdaState(Binder, _returnRefKind, _returnType, _parameterAttributes, _parameterNames, _parameterIsDiscardOpt,
_parameterTypesWithAnnotations
, _parameterRefKinds, _parameterDeclaredScopes, _defaultValues, _parameterSyntaxList, isAsync: _isAsync, isStatic: _isStatic, includeCache: includeCache);