Files
2026-08-27 10:56:38 -06:00

8 lines
97 B
C#

namespace Microsoft.CodeAnalysis.Emit;
public enum InstrumentationKind
{
None,
TestCoverage
}