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