1 write to UnmanagedValuesDestination
Microsoft.Interop.SourceGeneration (1)
MarshallerShape.cs (1)
141UnmanagedValuesDestination = unmanagedDestination
6 references to UnmanagedValuesDestination
Microsoft.Interop.LibraryImportGenerator (6)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (4)
786if (methods.UnmanagedValuesDestination is null) 894if (!SymbolEqualityComparer.Default.Equals(methods.UnmanagedValuesDestination.Parameters[0].Type, unmanagedType)) 896diagnosticReporter.CreateAndReportDiagnostic(FirstParameterMustMatchReturnTypeRule, methods.UnmanagedValuesDestination.ToDisplayString(), toUnmanagedMethod.ToDisplayString()); 958VerifyUnmanagedCollectionElementType(diagnosticReporter, methods.UnmanagedValuesDestination, expectedUnmanagedCollectionElementType, _spanOfT);
Analyzers\CustomMarshallerAttributeFixer.cs (2)
373else if (methods.UnmanagedValuesDestination is not null) 375unmanagedType = methods.UnmanagedValuesDestination.Parameters[0].Type;