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