4 references to NameNotFound
mscorlib (4)
system\threading\eventwaithandle.cs (2)
183
case OpenExistingResult.
NameNotFound
:
253
return OpenExistingResult.
NameNotFound
;
system\threading\mutex.cs (2)
314
case OpenExistingResult.
NameNotFound
:
392
return OpenExistingResult.
NameNotFound
;