6 references to WithHasErrors
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundExpression.cs (1)
69
return (BoundExpression)base.
WithHasErrors
();
Compiler\MethodCompiler.cs (1)
1073
body = (BoundBlock)body.
WithHasErrors
();
Lowering\AsyncRewriter\AsyncRewriter.cs (2)
69
return (BoundStatement)bodyWithAwaitLifted.
WithHasErrors
();
85
return (BoundStatement)bodyWithAwaitLifted.
WithHasErrors
();
Lowering\IteratorRewriter\IteratorRewriter.cs (1)
89
return (BoundStatement)body.
WithHasErrors
();
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (1)
48
return node.Update(rewrittenArgument, rewrittenBody).
WithHasErrors
();