Linker.Dataflow\FlowAnnotations.cs (13)
35return GetAnnotations(method.DeclaringType).TryGetAnnotation(method, out var methodAnnotations)
40GetAnnotations(method.DeclaringType).TryGetAnnotation(method, out _);
43GetAnnotations(field.DeclaringType).TryGetAnnotation(field, out _);
53if (GetAnnotations(methodDef.DeclaringType).TryGetAnnotation(methodDef, out var annotation) &&
65if (GetAnnotations(method.DeclaringType).TryGetAnnotation(method, out var annotation))
76if (GetAnnotations(field.DeclaringType).TryGetAnnotation(field, out var annotation))
83GetAnnotations(type).TypeAnnotation;
98if (GetAnnotations(declaringType).TryGetAnnotation(genericParameter, out var annotation))
105if (declaringMethod != null && GetAnnotations(declaringMethod.DeclaringType).TryGetAnnotation(declaringMethod, out var methodTypeAnnotations) &&
114if (!GetAnnotations(method.DeclaringType).TryGetAnnotation(method, out var annotation))
163GetAnnotations(field.DeclaringType).TryGetAnnotation(field, out _);
540GetAnnotations(method.DeclaringType).TryGetAnnotation(method, out var methodAnnotations);
541GetAnnotations(baseMethod.DeclaringType).TryGetAnnotation(baseMethod, out var baseMethodAnnotations);