6 references to Marshaller
Microsoft.AspNetCore.Server.IIS (6)
Core\IISConfigurationData.cs (2)
9[NativeMarshalling(typeof(Marshaller))] 22[CustomMarshaller(typeof(IISConfigurationData), MarshalMode.Default, typeof(Marshaller))]
LibraryImports.g.cs (4)
562global::Microsoft.AspNetCore.Server.IIS.Core.IISConfigurationData.Marshaller.Native __iiConfigData_native = default; 572iiConfigData = global::Microsoft.AspNetCore.Server.IIS.Core.IISConfigurationData.Marshaller.ConvertToManaged(__iiConfigData_native); 579global::Microsoft.AspNetCore.Server.IIS.Core.IISConfigurationData.Marshaller.Free(__iiConfigData_native); 586static extern unsafe int __PInvoke(global::Microsoft.AspNetCore.Server.IIS.Core.IISConfigurationData.Marshaller.Native* __iiConfigData_native);