1 write to _constructedSuccessfully
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncRewriter.cs (1)
34
_constructedSuccessfully
= AsyncMethodBuilderMemberCollection.TryCreate(F, method, this.stateMachineType.TypeMap, out _asyncMethodBuilderMemberCollection);
1 reference to _constructedSuccessfully
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncRewriter.cs (1)
121
return !hasErrors &&
_constructedSuccessfully
;