4 references to ValueType
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1857
var isValueType = (kinds & SpecialTypeConstraintKind.
ValueType
) != 0 && !isUnmanagedType;
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (2)
CodeGeneration\SyntaxGeneratorTests.cs (2)
2198
"a", SpecialTypeConstraintKind.
ValueType
),
2210
"a", SpecialTypeConstraintKind.ReferenceType | SpecialTypeConstraintKind.
ValueType
),
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
926
| (tp.HasValueTypeConstraint ? SpecialTypeConstraintKind.
ValueType
: SpecialTypeConstraintKind.None),