3 references to HasConstructorConstraint
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3151
if (typeParameters[i].
HasConstructorConstraint
)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (2)
2574
if (typeParameter.
HasConstructorConstraint
)
2605
if (typeParameter.
HasConstructorConstraint
)