3 references to HasGenericParameterAnnotation
ILCompiler.Compiler (3)
Compiler\Dataflow\GenericArgumentDataFlow.cs (1)
151if (flowAnnotations.HasGenericParameterAnnotation(type))
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
471if (type.HasInstantiation && _annotations.HasGenericParameterAnnotation(type))
Compiler\MetadataManager.cs (1)
369if (FlowAnnotations.HasGenericParameterAnnotation(type))