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