1 write to TypeFullName
ILCompiler.ReadyToRun (1)
PortableCallHelpers\PInvokeCollector.cs (1)
51
TypeFullName
= TypeNames.GetFullName(type);
2 references to TypeFullName
ILCompiler.ReadyToRun (2)
PortableCallHelpers\PInvokeTableGenerator.cs (2)
298
LookupUnmanagedCallersOnlyMethodByName("{{cb.
TypeFullName
}}, {{cb.AssemblyName}}", "{{cb.MethodName}}", &MD_{{cb.EntrySymbol}});
341
$"Exported callback '{cb.EntryPoint}' cannot be resolved at run time: '{cb.
TypeFullName
}' declares more than one [UnmanagedCallersOnly] method named '{cb.MethodName}', and the runtime looks them up by name alone. Give them distinct names: {string.Join(", ", ambiguous)}");