11 references to GetConstraintKinds
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceTypeParameterSymbol.cs (11)
652var constraints = this.GetConstraintKinds(); 661var constraints = this.GetConstraintKinds(); 670var constraints = this.GetConstraintKinds(); 680var constraints = this.GetConstraintKinds(); 689var constraints = this.GetConstraintKinds(); 698var constraints = this.GetConstraintKinds(); 707var constraints = this.GetConstraintKinds(); 716return CalculateReferenceTypeConstraintIsNullable(this.GetConstraintKinds()); 724if ((this.GetConstraintKinds() & TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType) != 0) 737var constraints = this.GetConstraintKinds(); 747if (constraintTypes.IsEmpty && GetConstraintKinds() == TypeParameterConstraintKind.None)