1 write to ConstraintTypes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeParameterBounds.cs (1)
34this.ConstraintTypes = constraintTypes;
3 references to ConstraintTypes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\ConstraintsHelper.cs (1)
470var constraintTypes = bounds.ConstraintTypes;
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
618return (bounds != null) ? bounds.ConstraintTypes : ImmutableArray<TypeWithAnnotations>.Empty;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
95return (bounds != null) ? bounds.ConstraintTypes : ImmutableArray<TypeWithAnnotations>.Empty;