2 references to NativeSafeHandle
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpServer.cs (1)
162var safehandle = new NativeSafeHandle(pInProcessHandler);
WebHostBuilderIISExtensions.cs (1)
37services.AddSingleton(new IISNativeApplication(new NativeSafeHandle(iisConfigData.pNativeApplication)));