11 references to GetConstraintKinds
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceTypeParameterSymbol.cs (11)
665var constraints = this.GetConstraintKinds(); 674var constraints = this.GetConstraintKinds(); 683var constraints = this.GetConstraintKinds(); 693var constraints = this.GetConstraintKinds(); 702var constraints = this.GetConstraintKinds(); 711var constraints = this.GetConstraintKinds(); 720var constraints = this.GetConstraintKinds(); 729return CalculateReferenceTypeConstraintIsNullable(this.GetConstraintKinds()); 737if ((this.GetConstraintKinds() & TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType) != 0) 750var constraints = this.GetConstraintKinds(); 760if (constraintTypes.IsEmpty && GetConstraintKinds() == TypeParameterConstraintKind.None)