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