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