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