1 write to _genericParameterAnnotations
ILCompiler.Compiler (1)
Compiler\Dataflow\FlowAnnotations.cs (1)
857=> (Type, TypeAnnotation, _annotatedMethods, _annotatedFields, _genericParameterAnnotations)
5 references to _genericParameterAnnotations
ILCompiler.Compiler (5)
Compiler\Dataflow\FlowAnnotations.cs (5)
849public bool IsDefault => _annotatedMethods == null && _annotatedFields == null && _genericParameterAnnotations == null; 906if (_genericParameterAnnotations == null) 909for (int genericParameterIndex = 0; genericParameterIndex < _genericParameterAnnotations.Length; genericParameterIndex++) 913annotation = _genericParameterAnnotations[genericParameterIndex]; 921public bool HasGenericParameterAnnotation() => _genericParameterAnnotations != null;