3 instantiations of NativeMarshalling
Microsoft.AspNetCore.Server.IIS (1)
Core\IISConfigurationData.cs (1)
9
[
NativeMarshalling
(typeof(Marshaller))]
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (1)
24
[
NativeMarshalling
(typeof(ReadOnlySpanMarshaller<,>))]
src\libraries\System.Private.CoreLib\src\System\Span.cs (1)
23
[
NativeMarshalling
(typeof(SpanMarshaller<,>))]
2 references to NativeMarshalling
System.Private.CoreLib (1)
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)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
675
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.Marshalling.
NativeMarshallingAttribute
))]