2 references to s_initToken
System.Private.Windows.Core (2)
Windows\Win32\Graphics\GdiPlus\GdiPlusInitialization.cs (2)
12Debug.Assert(s_initToken == 0, "GdiplusInitialization: Initialize should not be called more than once!"); 26internal static bool EnsureInitialized() => s_initToken != 0;