8 references to TryGetAnnotation
illink (8)
Linker.Dataflow\FlowAnnotations.cs (8)
35
return GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out var methodAnnotations)
40
GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out _);
53
if (GetAnnotations(methodDef.DeclaringType).
TryGetAnnotation
(methodDef, out var annotation) &&
65
if (GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out var annotation))
105
if (declaringMethod != null && GetAnnotations(declaringMethod.DeclaringType).
TryGetAnnotation
(declaringMethod, out var methodTypeAnnotations) &&
114
if (!GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out var annotation))
540
GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out var methodAnnotations);
541
GetAnnotations(baseMethod.DeclaringType).
TryGetAnnotation
(baseMethod, out var baseMethodAnnotations);