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 _);
75
return GetAnnotations(methodDefinition.DeclaringType).
TryGetAnnotation
(methodDefinition, out var annotation) && annotation.GenericParameterAnnotations != null;
103
if (GetAnnotations(methodDef.DeclaringType).
TryGetAnnotation
(methodDef, out var annotation) &&
115
if (GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out var annotation))
155
if (declaringMethod != null && GetAnnotations(declaringMethod.DeclaringType).
TryGetAnnotation
(declaringMethod, out var methodTypeAnnotations) &&
164
if (!GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out var annotation))
609
GetAnnotations(method.DeclaringType).
TryGetAnnotation
(method, out var methodAnnotations);
610
GetAnnotations(baseMethod.DeclaringType).
TryGetAnnotation
(baseMethod, out var baseMethodAnnotations);