1 write to FromUnmanaged
Microsoft.Interop.SourceGeneration (1)
MarshallerShape.cs (1)
520
FromUnmanaged
= fromUnmanaged,
5 references to FromUnmanaged
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\CustomMarshallerAttributeFixer.cs (2)
532
else if (methods.
FromUnmanaged
is not null)
534
unmanagedType = methods.
FromUnmanaged
.Parameters[0].Type;
Microsoft.Interop.SourceGeneration (3)
ManualTypeMarshallingHelper.cs (2)
583
if (methods.
FromUnmanaged
is not null && nativeType is null)
585
nativeType = methods.
FromUnmanaged
.Parameters[0].Type;
MarshallerShape.cs (1)
433
|| SymbolEqualityComparer.Default.Equals(method,
FromUnmanaged
)