1 write to GenericParameterAnnotations
illink (1)
Linker.Dataflow\FlowAnnotations.cs (1)
679
=> (Method, ParameterAnnotations, ReturnParameterAnnotation,
GenericParameterAnnotations
) =
14 references to GenericParameterAnnotations
illink (14)
Linker.Dataflow\FlowAnnotations.cs (14)
515
if (methodAnnotations.
GenericParameterAnnotations
!= null || baseMethodAnnotations.
GenericParameterAnnotations
!= null) {
516
if (methodAnnotations.
GenericParameterAnnotations
== null)
517
ValidateMethodGenericParametersHaveNoAnnotations (baseMethodAnnotations.
GenericParameterAnnotations
!, ov);
518
else if (baseMethodAnnotations.
GenericParameterAnnotations
== null)
519
ValidateMethodGenericParametersHaveNoAnnotations (methodAnnotations.
GenericParameterAnnotations
, ov);
521
if (methodAnnotations.
GenericParameterAnnotations
.Length != baseMethodAnnotations.
GenericParameterAnnotations
.Length)
524
for (int genericParameterIndex = 0; genericParameterIndex < methodAnnotations.
GenericParameterAnnotations
.Length; genericParameterIndex++) {
525
if (methodAnnotations.
GenericParameterAnnotations
[genericParameterIndex] != baseMethodAnnotations.
GenericParameterAnnotations
[genericParameterIndex]) {
686
if (
GenericParameterAnnotations
== null)
689
for (int genericParameterIndex = 0; genericParameterIndex <
GenericParameterAnnotations
.Length; genericParameterIndex++) {
691
annotation =
GenericParameterAnnotations
[genericParameterIndex];