4 references to GetDeclaredConstraintTypes
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (4)
354
ImmutableArray<TypeWithAnnotations> constraintTypes = this.
GetDeclaredConstraintTypes
(inProgress);
534
else if (
GetDeclaredConstraintTypes
(ConsList<PETypeParameterSymbol>.Empty).IsEmpty)
592
GetDeclaredConstraintTypes
(ConsList<PETypeParameterSymbol>.Empty);
665
var constraintTypes =
GetDeclaredConstraintTypes
(ConsList<PETypeParameterSymbol>.Empty);