1 write to GenericParameterAnnotations
illink (1)
Linker.Dataflow\FlowAnnotations.cs (1)
748
=> (Method, ParameterAnnotations, ReturnParameterAnnotation,
GenericParameterAnnotations
) =
14 references to GenericParameterAnnotations
illink (14)
Linker.Dataflow\FlowAnnotations.cs (14)
568
if (methodAnnotations.
GenericParameterAnnotations
!= null || baseMethodAnnotations.
GenericParameterAnnotations
!= null)
570
if (methodAnnotations.
GenericParameterAnnotations
== null)
571
ValidateMethodGenericParametersHaveNoAnnotations(baseMethodAnnotations.
GenericParameterAnnotations
!, ov);
572
else if (baseMethodAnnotations.
GenericParameterAnnotations
== null)
573
ValidateMethodGenericParametersHaveNoAnnotations(methodAnnotations.
GenericParameterAnnotations
, ov);
576
if (methodAnnotations.
GenericParameterAnnotations
.Length != baseMethodAnnotations.
GenericParameterAnnotations
.Length)
579
for (int genericParameterIndex = 0; genericParameterIndex < methodAnnotations.
GenericParameterAnnotations
.Length; genericParameterIndex++)
581
if (methodAnnotations.
GenericParameterAnnotations
[genericParameterIndex] != baseMethodAnnotations.
GenericParameterAnnotations
[genericParameterIndex])
755
if (
GenericParameterAnnotations
== null)
758
for (int genericParameterIndex = 0; genericParameterIndex <
GenericParameterAnnotations
.Length; genericParameterIndex++)
762
annotation =
GenericParameterAnnotations
[genericParameterIndex];