Implemented interface member:
property
ConstraintTypes
Microsoft.CodeAnalysis.ITypeParameterSymbol.ConstraintTypes
1 write to ConstraintTypes
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationTypeParameterSymbol.cs (1)
38this.ConstraintTypes = constraintTypes;
2 references to ConstraintTypes
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
CodeGenerationTypeParameterSymbol.cs (2)
51this.ConstraintTypes, this.HasConstructorConstraint, this.HasReferenceTypeConstraint, 100public ImmutableArray<NullableAnnotation> ConstraintNullableAnnotations => ConstraintTypes.SelectAsArray(t => t.NullableAnnotation);