You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
byte[] b = Encoding.GetBytes(s);
fixed (byte* pb = b) {
interop_call(pb, 4);
}
is cited as a 50% covered branch in the Cobertura.xml coverage results, on the line number of the fixed statement, and it shows yellow in the coverage margin.