16 instantiations of NativeMarshalling
Microsoft.AspNetCore.Server.IIS (1)
Core\IISConfigurationData.cs (1)
9[NativeMarshalling(typeof(Marshaller))]
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Marshalling\ClrDataAddress.cs (1)
14[NativeMarshalling(typeof(ClrDataAddressMarshaller))]
Marshalling\DacComNullableByRef.cs (1)
21[NativeMarshalling(typeof(DacComNullableByRefMarshaller<>))]
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\UnsafeNativeMethods.cs (2)
345[NativeMarshalling(typeof(Marshaller))] 709[NativeMarshalling(typeof(Marshaller))]
System.DirectoryServices.Protocols (3)
src\runtime\src\libraries\Common\src\Interop\Interop.Ldap.cs (3)
35[NativeMarshalling(typeof(Marshaller))] 183[NativeMarshalling(typeof(PinningMarshaller))] 214[NativeMarshalling(typeof(Marshaller))]
System.Net.Http.WinHttpHandler (1)
src\runtime\src\libraries\Common\src\Interop\Windows\WinHttp\Interop.winhttp_types.cs (1)
252[NativeMarshalling(typeof(Marshaller))]
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (1)
27[NativeMarshalling(typeof(ReadOnlySpanMarshaller<,>))]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Span.cs (1)
26[NativeMarshalling(typeof(SpanMarshaller<,>))]
System.Security.Principal.Windows (1)
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\Interop.LsaLookupNames2.cs (1)
24[NativeMarshalling(typeof(Marshaller))]
System.Speech (1)
src\runtime\src\libraries\Common\src\Interop\Windows\WinMm\Interop.waveOutGetDevCaps.cs (1)
17[NativeMarshalling(typeof(Marshaller))]
System.Transactions.Local (1)
System\Transactions\DtcProxyShim\Xactopt.cs (1)
12[NativeMarshalling(typeof(Marshaller))]
System.Windows.Extensions (2)
src\runtime\src\libraries\Common\src\Interop\Windows\CryptUI\Interop.CryptUIDlgCertificate.cs (2)
17[NativeMarshalling(typeof(Marshaller))] 131[NativeMarshalling(typeof(Marshaller))]
2 references to NativeMarshalling
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\NativeMarshallingAttribute.cs (1)
19/// Initializes a new instance of the <see cref="NativeMarshallingAttribute" /> class that provides a native marshalling type.
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
696[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute))]