15 references to GetAnnotations
ILCompiler.Compiler (15)
Compiler\Dataflow\FlowAnnotations.cs (15)
57TypeAnnotations typeAnnotations = GetAnnotations(method.OwningType); 73return GetAnnotations(method.OwningType).TryGetAnnotation(method, out _); 89TypeAnnotations typeAnnotations = GetAnnotations(field.OwningType); 102return GetAnnotations(type.GetTypeDefinition()).HasGenericParameterAnnotation(); 115return GetAnnotations(method.OwningType).TryGetAnnotation(method, out var annotation) && annotation.GenericParameterAnnotations != null; 127if (GetAnnotations(method.OwningType).TryGetAnnotation(method, out var annotation) && annotation.ParameterAnnotations != null) 139if (GetAnnotations(method.OwningType).TryGetAnnotation(method, out var annotation)) 151if (GetAnnotations(field.OwningType).TryGetAnnotation(field, out var annotation)) 161return GetAnnotations(type.GetTypeDefinition()).TypeAnnotation; 182if (GetAnnotations(parent).TryGetAnnotation(ecmaGenericParameter, out var annotation)) 191if (GetAnnotations(parent.OwningType).TryGetAnnotation(parent, out var methodAnnotation) 205if (!GetAnnotations(method.OwningType).TryGetAnnotation(method, out var annotation)) 256return GetAnnotations(field.OwningType).TryGetAnnotation(field, out _); 732GetAnnotations(method.OwningType).TryGetAnnotation(method, out var methodAnnotations); 733GetAnnotations(baseMethod.OwningType).TryGetAnnotation(baseMethod, out var baseMethodAnnotations);