3 writes to dummyBool
mscorlib (3)
system\threading\mutex.cs (3)
259
public Mutex(bool initiallyOwned, String name) : this(initiallyOwned, name, out
dummyBool
) {
266
public Mutex(bool initiallyOwned) : this(initiallyOwned, null, out
dummyBool
)
274
public Mutex() : this(false, null, out
dummyBool
)