5 references to WasSpecified
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedWaitHandleOptions.cs (3)
82Debug.Assert(WasSpecified); 91Debug.Assert(WasSpecified); 101Debug.Assert(WasSpecified);
src\System\Threading\Mutex.CoreCLR.Unix.cs (2)
43if (!string.IsNullOrEmpty(name) && options.WasSpecified) 75if (options.WasSpecified)