2 references to GetFromUnmanagedMethodCandidates
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (1)
1020
var fromUnmanagedCandidates = StatefulMarshallerShapeHelper.
GetFromUnmanagedMethodCandidates
(marshallerType);
Microsoft.Interop.SourceGeneration (1)
MarshallerShape.cs (1)
623
ImmutableArray<IMethodSymbol> candidates =
GetFromUnmanagedMethodCandidates
(type);