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))
103
if (declaringMethod != null && GetAnnotations (declaringMethod.DeclaringType).
TryGetAnnotation
(declaringMethod, out var methodTypeAnnotations) &&
112
if (!GetAnnotations (method.DeclaringType).
TryGetAnnotation
(method, out var annotation))
490
GetAnnotations (method.DeclaringType).
TryGetAnnotation
(method, out var methodAnnotations);
491
GetAnnotations (baseMethod.DeclaringType).
TryGetAnnotation
(baseMethod, out var baseMethodAnnotations);