2 references to s_propUseGlobalLock
System.Configuration.ConfigurationManager (2)
System\Diagnostics\TraceSection.cs (2)
21
s_properties.Add(
s_propUseGlobalLock
);
34
public bool UseGlobalLock => (bool)this[
s_propUseGlobalLock
];