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