9 references to Custom
Microsoft.DotNet.NativeWrapper (5)
Interop.cs (5)
270[LibraryImport(Constants.HostFxr, StringMarshalling = StringMarshalling.Custom, StringMarshallingCustomType = typeof(PlatformStringMarshaller))] 357StringMarshalling = StringMarshalling.Custom, 424StringMarshalling = StringMarshalling.Custom, 502StringMarshalling = StringMarshalling.Custom, 566StringMarshalling = StringMarshalling.Custom,
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\LibraryImportAttribute.cs (2)
42/// If this field is set to a value other than <see cref="StringMarshalling.Custom" />, 52/// or must be set to <see cref="StringMarshalling.Custom" />.
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\GeneratedComInterfaceAttribute.cs (2)
26/// If this field is set to a value other than <see cref="StringMarshalling.Custom" />, 38/// or must be set to <see cref="StringMarshalling.Custom" />.