11 references to GetConstraintKinds
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceTypeParameterSymbol.cs (11)
675var constraints = this.GetConstraintKinds(); 684var constraints = this.GetConstraintKinds(); 693var constraints = this.GetConstraintKinds(); 703var constraints = this.GetConstraintKinds(); 712var constraints = this.GetConstraintKinds(); 721var constraints = this.GetConstraintKinds(); 730var constraints = this.GetConstraintKinds(); 739return CalculateReferenceTypeConstraintIsNullable(this.GetConstraintKinds()); 747if ((this.GetConstraintKinds() & TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType) != 0) 760var constraints = this.GetConstraintKinds(); 770if (constraintTypes.IsEmpty && GetConstraintKinds() == TypeParameterConstraintKind.None)