4 references to GetDeclaredConstraintTypes
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (4)
353
ImmutableArray<TypeWithAnnotations> constraintTypes = this.
GetDeclaredConstraintTypes
(inProgress);
533
else if (
GetDeclaredConstraintTypes
(ConsList<PETypeParameterSymbol>.Empty).IsEmpty)
583
GetDeclaredConstraintTypes
(ConsList<PETypeParameterSymbol>.Empty);
656
var constraintTypes =
GetDeclaredConstraintTypes
(ConsList<PETypeParameterSymbol>.Empty);