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