File: StartupHook.cs
Web Access
Project: src\src\Servers\IIS\IIS\test\testassets\InProcessWebSite\InProcessWebSite.csproj (InProcessWebSite)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
using TestSite;
 
internal class StartupHook
{
    public static void Initialize()
    {
        Startup.StartupHookCalled = true;
    }
}