11 references to GetConstraintKinds
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceTypeParameterSymbol.cs (11)
494var constraints = this.GetConstraintKinds(); 503var constraints = this.GetConstraintKinds(); 512var constraints = this.GetConstraintKinds(); 522var constraints = this.GetConstraintKinds(); 531var constraints = this.GetConstraintKinds(); 540var constraints = this.GetConstraintKinds(); 549return CalculateReferenceTypeConstraintIsNullable(this.GetConstraintKinds()); 557var constraints = this.GetConstraintKinds(); 566if ((this.GetConstraintKinds() & TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType) != 0) 579var constraints = this.GetConstraintKinds(); 592if (constraintTypes.IsEmpty && GetConstraintKinds() == TypeParameterConstraintKind.None)