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