2 writes to _found
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\Optimizer.cs (2)
817
_found
= false;
837
_found
= true;
2 references to _found
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\Optimizer.cs (2)
820
return
_found
;
825
if (!
_found
)