2 writes to fatalErrorContext
Microsoft.Build.Engine (2)
Engine\Engine.cs (2)
1918fatalErrorContext = buildRequest.ParentBuildEventContext; 2303fatalErrorContext = null;
2 references to fatalErrorContext
Microsoft.Build.Engine (2)
Engine\Engine.cs (2)
2397if (fatalErrorContext != null) 2399primaryLoggingServices.LogFatalBuildError(fatalErrorContext, e, new BuildEventFileInfo(fatalErrorProjectName));