3 references to TryGetFieldUserValue
illink (3)
Linker.Steps\CodeRewriterStep.cs (1)
91
Context.Annotations.
TryGetFieldUserValue
(field, out object? value);
Linker.Steps\UnreachableBlocksOptimizer.cs (2)
863
if (context.Annotations.
TryGetFieldUserValue
(field, out object? value)) {
1723
if (context.Annotations.
TryGetFieldUserValue
(field, out object? value)) {