10 references to GetConstraintKinds
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceTypeParameterSymbol.cs (10)
621var constraints = this.GetConstraintKinds(); 630var constraints = this.GetConstraintKinds(); 640var constraints = this.GetConstraintKinds(); 649var constraints = this.GetConstraintKinds(); 658var constraints = this.GetConstraintKinds(); 667var constraints = this.GetConstraintKinds(); 676return CalculateReferenceTypeConstraintIsNullable(this.GetConstraintKinds()); 684if ((this.GetConstraintKinds() & TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType) != 0) 697var constraints = this.GetConstraintKinds(); 712if (constraintTypes.IsEmpty && GetConstraintKinds() == TypeParameterConstraintKind.None)