11 references to Default
Microsoft.AspNetCore.Server.IIS (1)
Core\IISConfigurationData.cs (1)
22[CustomMarshaller(typeof(IISConfigurationData), MarshalMode.Default, typeof(Marshaller))]
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\AnsiStringMarshaller.cs (1)
12[CustomMarshaller(typeof(string), MarshalMode.Default, typeof(AnsiStringMarshaller))]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ArrayMarshaller.cs (1)
16MarshalMode.Default,
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\BStrStringMarshaller.cs (1)
14[CustomMarshaller(typeof(string), MarshalMode.Default, typeof(BStrStringMarshaller))]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\PointerArrayMarshaller.cs (1)
16MarshalMode.Default,
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\SpanMarshaller.cs (1)
22[CustomMarshaller(typeof(Span<>), MarshalMode.Default, typeof(SpanMarshaller<,>))]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\Utf16StringMarshaller.cs (1)
12[CustomMarshaller(typeof(string), MarshalMode.Default, typeof(Utf16StringMarshaller))]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\Utf8StringMarshaller.cs (1)
13[CustomMarshaller(typeof(string), MarshalMode.Default, typeof(Utf8StringMarshaller))]
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\Marshalling\ComInterfaceMarshaller.cs (1)
21[CustomMarshaller(typeof(CustomMarshallerAttribute.GenericPlaceholder), MarshalMode.Default, typeof(ComInterfaceMarshaller<>))]
System\Runtime\InteropServices\Marshalling\ComVariantMarshaller.cs (1)
18[CustomMarshaller(typeof(object), MarshalMode.Default, typeof(ComVariantMarshaller))]
System\Runtime\InteropServices\Marshalling\UniqueComInterfaceMarshaller.cs (1)
22[CustomMarshaller(typeof(CustomMarshallerAttribute.GenericPlaceholder), MarshalMode.Default, typeof(UniqueComInterfaceMarshaller<>))]