11 references to GetConstraintKinds
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceTypeParameterSymbol.cs (11)
493var constraints = this.GetConstraintKinds(); 502var constraints = this.GetConstraintKinds(); 511var constraints = this.GetConstraintKinds(); 521var constraints = this.GetConstraintKinds(); 530var constraints = this.GetConstraintKinds(); 539var constraints = this.GetConstraintKinds(); 548return CalculateReferenceTypeConstraintIsNullable(this.GetConstraintKinds()); 556var constraints = this.GetConstraintKinds(); 565if ((this.GetConstraintKinds() & TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType) != 0) 578var constraints = this.GetConstraintKinds(); 591if (constraintTypes.IsEmpty && GetConstraintKinds() == TypeParameterConstraintKind.None)