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)
849
public bool IsDefault => _annotatedMethods == null && _annotatedFields == null &&
_genericParameterAnnotations
== null;
906
if (
_genericParameterAnnotations
== null)
909
for (int genericParameterIndex = 0; genericParameterIndex <
_genericParameterAnnotations
.Length; genericParameterIndex++)
913
annotation =
_genericParameterAnnotations
[genericParameterIndex];
921
public bool HasGenericParameterAnnotation() =>
_genericParameterAnnotations
!= null;