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