1 write to UnmanagedValuesSource
Microsoft.Interop.SourceGeneration (1)
MarshallerShape.cs (1)
524
UnmanagedValuesSource
= unmanagedSource
5 references to UnmanagedValuesSource
Microsoft.Interop.LibraryImportGenerator (4)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (2)
1159
if (methods.
UnmanagedValuesSource
is null)
1245
VerifyUnmanagedCollectionElementType(diagnosticReporter, methods.
UnmanagedValuesSource
, expectedUnmanagedCollectionElementType, _readOnlySpanOfT);
Analyzers\CustomMarshallerAttributeFixer.cs (2)
536
else if (methods.
UnmanagedValuesSource
is not null)
538
unmanagedType = methods.
UnmanagedValuesSource
.Parameters[0].Type;
Microsoft.Interop.SourceGeneration (1)
MarshallerShape.cs (1)
442
|| SymbolEqualityComparer.Default.Equals(method,
UnmanagedValuesSource
);