Uh oh!
There was an error while loading. Please reload this page.
Make ControlFlowBuilder.Clear public. - #62811
Conversation
ghost
commented
Dec 14, 2021
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Dec 14, 2021
Tagging subscribers to this area: @dotnet/area-system-reflection-metadata Issue DetailsThis PR makes the Fixes #58765
|
Uh oh!
There was an error while loading. Please reload this page.
1fdb940 to
303bdaaCompare
This PR makes the
System.Reflection.Metadata.Ecma335.ControlFlowBuilder.Clear()method public, as just approved. I also added a test that reuses aControlFlowBuilder.Fixes#58765