3 references to s_switchMap
System.Windows.Forms (3)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (3)
68
lock (
s_switchMap
)
70
isPresent =
s_switchMap
.TryGetValue(switchName, out isEnabled);
133
s_switchMap
[switchName] = initialValue;