11 references to GetConstraintKinds
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceTypeParameterSymbol.cs (11)
484var constraints = this.GetConstraintKinds(); 493var constraints = this.GetConstraintKinds(); 502var constraints = this.GetConstraintKinds(); 512var constraints = this.GetConstraintKinds(); 521var constraints = this.GetConstraintKinds(); 530var constraints = this.GetConstraintKinds(); 539return CalculateReferenceTypeConstraintIsNullable(this.GetConstraintKinds()); 547var constraints = this.GetConstraintKinds(); 556if ((this.GetConstraintKinds() & TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType) != 0) 569var constraints = this.GetConstraintKinds(); 582if (constraintTypes.IsEmpty && GetConstraintKinds() == TypeParameterConstraintKind.None)