1 write to s_targetFrameworkName
System.Windows.Forms.Primitives (1)
System\LocalAppContextSwitches\LocalAppContextSwitches.cs (1)
63s_targetFrameworkName ??= AppContext.TargetFrameworkName is { } name ? new(name) : null;
1 reference to s_targetFrameworkName
System.Windows.Forms.Primitives (1)
System\LocalAppContextSwitches\LocalAppContextSwitches.cs (1)
64return s_targetFrameworkName;