11 references to GetConstraintKinds
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceTypeParameterSymbol.cs (11)
635var constraints = this.GetConstraintKinds(); 644var constraints = this.GetConstraintKinds(); 653var constraints = this.GetConstraintKinds(); 663var constraints = this.GetConstraintKinds(); 672var constraints = this.GetConstraintKinds(); 681var constraints = this.GetConstraintKinds(); 690var constraints = this.GetConstraintKinds(); 699return CalculateReferenceTypeConstraintIsNullable(this.GetConstraintKinds()); 707if ((this.GetConstraintKinds() & TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType) != 0) 720var constraints = this.GetConstraintKinds(); 735if (constraintTypes.IsEmpty && GetConstraintKinds() == TypeParameterConstraintKind.None)