Base:
7 references to ToString
Microsoft.CodeAnalysis.UnitTests (7)
Symbols\SpecialTypeTests.cs (7)
15
AssertEx.Equal("0", ((ExtendedSpecialType)SpecialType.None).
ToString
());
16
AssertEx.Equal("System_Object", ((ExtendedSpecialType)1).
ToString
());
17
AssertEx.Equal("System_Runtime_CompilerServices_InlineArrayAttribute", ((ExtendedSpecialType)SpecialType.Count).
ToString
());
18
AssertEx.Equal("System_ReadOnlySpan_T", ((ExtendedSpecialType)InternalSpecialType.First).
ToString
());
19
AssertEx.Equal("System_ReadOnlySpan_T", ((ExtendedSpecialType)InternalSpecialType.System_ReadOnlySpan_T).
ToString
());
20
AssertEx.Equal("System_Reflection_MethodInfo", ((ExtendedSpecialType)(InternalSpecialType.NextAvailable - 1)).
ToString
());
21
AssertEx.Equal("52", ((ExtendedSpecialType)InternalSpecialType.NextAvailable).
ToString
());