2 writes to Code
ILCompiler.Compiler (2)
Compiler\Logging\MessageContainer.cs (2)
254
Code
= code;
263
Code
= (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)
24
Debug.Assert(message.
Code
!= null && message.
Code
.Value != 0, $"'{nameof(NativeAotFatalErrorException)}' must have a code that indicates a failure");
34
Debug.Assert(message.
Code
!= null && message.
Code
.Value != 0, $"'{nameof(NativeAotFatalErrorException)}' must have a code that indicates failure");