2 references to getConstraintType
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_NativeInteger.cs (2)
1060
Assert.Equal("A<nint>",
getConstraintType
(type).ToDisplayString(FormatWithSpecialTypes));
1062
Assert.Equal("A<nuint[]>",
getConstraintType
(type).ToDisplayString(FormatWithSpecialTypes));