9 references to TryGetAnnotation
illink (9)
Linker.Dataflow\FlowAnnotations.cs (9)
35
return GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out var methodAnnotations)
40
GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out _);
58
return GetAnnotations(methodDefinition.DeclaringType).
TryGetAnnotation
(methodDefinition, out var annotation) && annotation.GenericParameterAnnotations != null;
69
if (GetAnnotations(methodDef.DeclaringType).
TryGetAnnotation
(methodDef, out var annotation) &&
81
if (GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out var annotation))
121
if (declaringMethod != null && GetAnnotations(declaringMethod.DeclaringType).
TryGetAnnotation
(declaringMethod, out var methodTypeAnnotations) &&
130
if (!GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out var annotation))
585
GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out var methodAnnotations);
586
GetAnnotations(baseMethod.DeclaringType).
TryGetAnnotation
(baseMethod, out var baseMethodAnnotations);