We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499bfe7 commit 0d48c3fCopy full SHA for 0d48c3f
src/SourceGeneration.Reflection.SourceGenerator/Models/SourceTypeParameterInfo.cs
@@ -5,6 +5,7 @@ internal class SourceTypeParameterInfo
5
public string Name;
6
7
public bool HasUnmanagedTypeConstraint;
8
+ public bool HasValueTypeConstraint;
9
10
public bool HasTypeParameterInConstraintTypes;
11
public string[] ConstraintTypes;
0 commit comments