2 references to GetMatchingExportedType
illink (2)
Linker\MarkingHelpers.cs (2)
22
if (assembly.MainModule.
GetMatchingExportedType
(typeToMatch, _context, out var exportedType))
43
assembly.MainModule.
GetMatchingExportedType
(typeDefinition, _context, out var exportedType))