11 references to GetConstraintKinds
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceTypeParameterSymbol.cs (11)
674var constraints = this.GetConstraintKinds(); 683var constraints = this.GetConstraintKinds(); 692var constraints = this.GetConstraintKinds(); 702var constraints = this.GetConstraintKinds(); 711var constraints = this.GetConstraintKinds(); 720var constraints = this.GetConstraintKinds(); 729var constraints = this.GetConstraintKinds(); 738return CalculateReferenceTypeConstraintIsNullable(this.GetConstraintKinds()); 746if ((this.GetConstraintKinds() & TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType) != 0) 759var constraints = this.GetConstraintKinds(); 769if (constraintTypes.IsEmpty && GetConstraintKinds() == TypeParameterConstraintKind.None)