1 write to mutex
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointFilterProvider.cs (1)
18
this.
mutex
= new object();
2 references to mutex
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointFilterProvider.cs (2)
19
this.initiatingActions = new SynchronizedCollection<string>(this.
mutex
, initiatingActions);
29
lock (this.
mutex
)