9 references to Custom
Microsoft.DotNet.NativeWrapper (5)
Interop.cs (5)
270
[LibraryImport(Constants.HostFxr, StringMarshalling = StringMarshalling.
Custom
, StringMarshallingCustomType = typeof(PlatformStringMarshaller))]
357
StringMarshalling = StringMarshalling.
Custom
,
424
StringMarshalling = StringMarshalling.
Custom
,
502
StringMarshalling = StringMarshalling.
Custom
,
566
StringMarshalling = 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
" />.