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