9 references to TryGetAnnotation
ILCompiler.Compiler (9)
Compiler\Dataflow\FlowAnnotations.cs (9)
60
return typeAnnotations.
TryGetAnnotation
(method, out _);
73
return GetAnnotations(method.OwningType).
TryGetAnnotation
(method, out _);
115
return GetAnnotations(method.OwningType).
TryGetAnnotation
(method, out var annotation) && annotation.GenericParameterAnnotations != null;
127
if (GetAnnotations(method.OwningType).
TryGetAnnotation
(method, out var annotation) && annotation.ParameterAnnotations != null)
139
if (GetAnnotations(method.OwningType).
TryGetAnnotation
(method, out var annotation))
191
if (GetAnnotations(parent.OwningType).
TryGetAnnotation
(parent, out var methodAnnotation)
205
if (!GetAnnotations(method.OwningType).
TryGetAnnotation
(method, out var annotation))
732
GetAnnotations(method.OwningType).
TryGetAnnotation
(method, out var methodAnnotations);
733
GetAnnotations(baseMethod.OwningType).
TryGetAnnotation
(baseMethod, out var baseMethodAnnotations);