5 references to Create
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Constraints.cs (2)
348return (TypeParameterConstraintClause.Create(constraints, constraintTypes?.ToImmutableAndFree() ?? ImmutableArray<TypeWithAnnotations>.Empty), syntaxBuilder); 437return TypeParameterConstraintClause.Create(constraintClause.Constraints, constraintTypeBuilder.ToImmutableAndFree());
Symbols\ConstraintsHelper.cs (1)
451builder[i] = TypeParameterConstraintClause.Create(constraintKind, constraint.ConstraintTypes);
Symbols\Source\SourceNamedTypeSymbol.cs (2)
549builder[i] = TypeParameterConstraintClause.Create(constraint.Constraints, 688builder[i] = TypeParameterConstraintClause.Create(mergedKind, originalConstraintTypes);