3 references to TryGetAnnotation
ILCompiler.Compiler (3)
Compiler\Dataflow\FlowAnnotations.cs (3)
90return typeAnnotations.TryGetAnnotation(field, out _); 151if (GetAnnotations(field.OwningType).TryGetAnnotation(field, out var annotation)) 256return GetAnnotations(field.OwningType).TryGetAnnotation(field, out _);