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