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