1 override of WithDefaultConstraint
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1834private protected override SyntaxNode WithDefaultConstraint(SyntaxNode declaration, string typeParameterName)
1 reference to WithDefaultConstraint
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
215decl = WithDefaultConstraint(decl, typeParameter.Name);