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)
562
global::Microsoft.AspNetCore.Server.IIS.Core.IISConfigurationData.
Marshaller
.Native __iiConfigData_native = default;
572
iiConfigData = global::Microsoft.AspNetCore.Server.IIS.Core.IISConfigurationData.
Marshaller
.ConvertToManaged(__iiConfigData_native);
579
global::Microsoft.AspNetCore.Server.IIS.Core.IISConfigurationData.
Marshaller
.Free(__iiConfigData_native);
586
static extern unsafe int __PInvoke(global::Microsoft.AspNetCore.Server.IIS.Core.IISConfigurationData.
Marshaller
.Native* __iiConfigData_native);