7 usages of Guid 000000000000000000000000001c0000
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
LexicalAndXml\LexicalTests.cs (7)
3695
AssertGoodDecimalLiteral("1e-9999M", "
000000000000000000000000001c0000
"); // Native compiler reports CS0594
3697
AssertGoodDecimalLiteral("1.0e-9999M", "
000000000000000000000000001c0000
"); // Native compiler reports CS0594
3701
AssertGoodDecimalLiteral("1e-99999999999999999999999999M", "
000000000000000000000000001c0000
"); // Native compiler reports CS0594
3703
AssertGoodDecimalLiteral("1.0e-99999999999999999999999999M", "
000000000000000000000000001c0000
"); // Native compiler reports CS0594
3707
AssertGoodDecimalLiteral("0e-28M", "
000000000000000000000000001c0000
");
3708
AssertGoodDecimalLiteral("0e-29M", "
000000000000000000000000001c0000
"); //CONSIDER: dev10 has 00000000000000000000000000000000, which makes no sense
3713
AssertGoodDecimalLiteral("1e-29M", "
000000000000000000000000001c0000
"); //Becomes zero.