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