9 references to TryGetAnnotation
ILCompiler.Compiler (9)
Compiler\Dataflow\FlowAnnotations.cs (9)
60return typeAnnotations.TryGetAnnotation(method, out _); 73return GetAnnotations(method.OwningType).TryGetAnnotation(method, out _); 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)) 191if (GetAnnotations(parent.OwningType).TryGetAnnotation(parent, out var methodAnnotation) 205if (!GetAnnotations(method.OwningType).TryGetAnnotation(method, out var annotation)) 732GetAnnotations(method.OwningType).TryGetAnnotation(method, out var methodAnnotations); 733GetAnnotations(baseMethod.OwningType).TryGetAnnotation(baseMethod, out var baseMethodAnnotations);