2 writes to Code
ILCompiler.Compiler (2)
Compiler\Logging\MessageContainer.cs (2)
254Code = code; 263Code = (int)id;
5 references to Code
ILCompiler.Compiler (5)
Compiler\Logging\MessageContainer.cs (1)
303.Append(Code.Value.ToString("D4"))
Compiler\Logging\NativeAotFatalErrorException.cs (4)
24Debug.Assert(message.Code != null && message.Code.Value != 0, $"'{nameof(NativeAotFatalErrorException)}' must have a code that indicates a failure"); 34Debug.Assert(message.Code != null && message.Code.Value != 0, $"'{nameof(NativeAotFatalErrorException)}' must have a code that indicates failure");