3 references to TryCreate
illink (3)
Linker.Dataflow\HandleCallAction.cs (1)
258
if (MethodProxy.
TryCreate
(method, _context, out MethodProxy? methodProxy))
Linker.Dataflow\MethodBodyScanner.cs (1)
1131
if (MethodProxy.
TryCreate
(calledMethod, _context, out MethodProxy? calledMethodProxy))
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
177
if (!MethodProxy.
TryCreate
(calledMethod, context, out MethodProxy? calledMethodProxy))