1 write to _isAsync
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
1468
_isAsync
= isAsync;
2 references to _isAsync
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (2)
1485
public override bool IsAsync { get { return
_isAsync
; } }
1561
return new PlainUnboundLambdaState(Binder, _returnRefKind, _returnType, _parameterAttributes, _parameterNames, _parameterIsDiscardOpt, _parameterTypesWithAnnotations, _parameterRefKinds, _parameterDeclaredScopes, _defaultValues, _parameterSyntaxList, isAsync:
_isAsync
, isStatic: _isStatic, includeCache: includeCache);