1 write to UnmanagedValuesDestination
Microsoft.Interop.SourceGeneration (1)
MarshallerShape.cs (1)
491
UnmanagedValuesDestination
= unmanagedDestination
5 references to UnmanagedValuesDestination
Microsoft.Interop.LibraryImportGenerator (4)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (2)
1094
if (methods.
UnmanagedValuesDestination
is null)
1246
VerifyUnmanagedCollectionElementType(diagnosticReporter, methods.
UnmanagedValuesDestination
, expectedUnmanagedCollectionElementType, _spanOfT);
Analyzers\CustomMarshallerAttributeFixer.cs (2)
540
else if (methods.
UnmanagedValuesDestination
is not null)
542
unmanagedType = methods.
UnmanagedValuesDestination
.Parameters[0].Type;
Microsoft.Interop.SourceGeneration (1)
MarshallerShape.cs (1)
440
|| SymbolEqualityComparer.Default.Equals(method,
UnmanagedValuesDestination
)