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