2 writes to _found
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\Optimizer.cs (2)
818
_found
= false;
838
_found
= true;
2 references to _found
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\Optimizer.cs (2)
821
return
_found
;
826
if (!
_found
)