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