10 references to GetConstraintKinds
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceTypeParameterSymbol.cs (10)
488var constraints = this.GetConstraintKinds(); 497var constraints = this.GetConstraintKinds(); 507var constraints = this.GetConstraintKinds(); 516var constraints = this.GetConstraintKinds(); 525var constraints = this.GetConstraintKinds(); 534return CalculateReferenceTypeConstraintIsNullable(this.GetConstraintKinds()); 542var constraints = this.GetConstraintKinds(); 551if ((this.GetConstraintKinds() & TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType) != 0) 564var constraints = this.GetConstraintKinds(); 577if (constraintTypes.IsEmpty && GetConstraintKinds() == TypeParameterConstraintKind.None)