Linker.Dataflow\FlowAnnotations.cs (13)
35 return GetAnnotations (method.DeclaringType).TryGetAnnotation (method, out var methodAnnotations)
40 GetAnnotations (method.DeclaringType).TryGetAnnotation (method, out _);
43 GetAnnotations (field.DeclaringType).TryGetAnnotation (field, out _);
53 if (GetAnnotations (methodDef.DeclaringType).TryGetAnnotation (methodDef, out var annotation) &&
65 if (GetAnnotations (method.DeclaringType).TryGetAnnotation (method, out var annotation))
76 if (GetAnnotations (field.DeclaringType).TryGetAnnotation (field, out var annotation))
83 GetAnnotations (type).TypeAnnotation;
96 if (GetAnnotations (declaringType).TryGetAnnotation (genericParameter, 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))
161 GetAnnotations (field.DeclaringType).TryGetAnnotation (field, out _);
490 GetAnnotations (method.DeclaringType).TryGetAnnotation (method, out var methodAnnotations);
491 GetAnnotations (baseMethod.DeclaringType).TryGetAnnotation (baseMethod, out var baseMethodAnnotations);