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