1 write to s_lazyNonZeroLowerBoundArraySupported
System.Windows.Forms.Primitives.TestUtilities (1)
PlatformDetection.cs (1)
126s_lazyNonZeroLowerBoundArraySupported = Tuple.Create<bool>(nonZeroLowerBoundArraysSupported);
2 references to s_lazyNonZeroLowerBoundArraySupported
System.Windows.Forms.Primitives.TestUtilities (2)
PlatformDetection.cs (2)
114if (s_lazyNonZeroLowerBoundArraySupported is null) 129return s_lazyNonZeroLowerBoundArraySupported.Item1;