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