11 references to GetConstraintKinds
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceTypeParameterSymbol.cs (11)
471var constraints = this.GetConstraintKinds(); 480var constraints = this.GetConstraintKinds(); 489var constraints = this.GetConstraintKinds(); 499var constraints = this.GetConstraintKinds(); 508var constraints = this.GetConstraintKinds(); 517var constraints = this.GetConstraintKinds(); 526return CalculateReferenceTypeConstraintIsNullable(this.GetConstraintKinds()); 534var constraints = this.GetConstraintKinds(); 543if ((this.GetConstraintKinds() & TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType) != 0) 556var constraints = this.GetConstraintKinds(); 569if (constraintTypes.IsEmpty && GetConstraintKinds() == TypeParameterConstraintKind.None)