5 writes to StringMarshallingCustomType
Microsoft.DotNet.NativeWrapper (5)
Interop.cs (5)
270[LibraryImport(Constants.HostFxr, StringMarshalling = StringMarshalling.Custom, StringMarshallingCustomType = typeof(PlatformStringMarshaller))] 358StringMarshallingCustomType = typeof(PlatformStringMarshaller))] 425StringMarshallingCustomType = typeof(PlatformStringMarshaller))] 503StringMarshallingCustomType = typeof(PlatformStringMarshaller))] 567StringMarshallingCustomType = typeof(PlatformStringMarshaller))]
2 references to StringMarshallingCustomType
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\LibraryImportAttribute.cs (1)
43/// <see cref="StringMarshallingCustomType" /> must not be specified.
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\StringMarshalling.cs (1)
19/// Indicates the user is supplying a specific marshaller in <see cref="LibraryImportAttribute.StringMarshallingCustomType"/>.