7 usages of Guid 000000000000000000000000001c0000
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
LexicalAndXml\LexicalTests.cs (7)
3280
AssertGoodDecimalLiteral("1e-9999M", "
000000000000000000000000001c0000
"); // Native compiler reports CS0594
3282
AssertGoodDecimalLiteral("1.0e-9999M", "
000000000000000000000000001c0000
"); // Native compiler reports CS0594
3286
AssertGoodDecimalLiteral("1e-99999999999999999999999999M", "
000000000000000000000000001c0000
"); // Native compiler reports CS0594
3288
AssertGoodDecimalLiteral("1.0e-99999999999999999999999999M", "
000000000000000000000000001c0000
"); // Native compiler reports CS0594
3292
AssertGoodDecimalLiteral("0e-28M", "
000000000000000000000000001c0000
");
3293
AssertGoodDecimalLiteral("0e-29M", "
000000000000000000000000001c0000
"); //CONSIDER: dev10 has 00000000000000000000000000000000, which makes no sense
3298
AssertGoodDecimalLiteral("1e-29M", "
000000000000000000000000001c0000
"); //Becomes zero.