3 references to TryGetAnnotation
illink (3)
Linker.Dataflow\FlowAnnotations.cs (3)
43
GetAnnotations(field.DeclaringType).
TryGetAnnotation
(field, out _);
92
if (GetAnnotations(field.DeclaringType).
TryGetAnnotation
(field, out var annotation))
179
GetAnnotations(field.DeclaringType).
TryGetAnnotation
(field, out _);