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