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