2 writes to _projectFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Logging\MSBuildDiagnosticLogger.cs (2)
21_projectFilePath = projectFilePath; 55_projectFilePath = null;
4 references to _projectFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
MSBuild\Logging\MSBuildDiagnosticLogger.cs (4)
27Debug.Assert(_projectFilePath != null); 28_log?.Add(new MSBuildDiagnosticLogItem(DiagnosticLogItemKind.Error, _projectFilePath, e.Message ?? "", e.File, e.LineNumber, e.ColumnNumber)); 33Debug.Assert(_projectFilePath != null); 34_log?.Add(new MSBuildDiagnosticLogItem(DiagnosticLogItemKind.Warning, _projectFilePath, e.Message ?? "", e.File, e.LineNumber, e.ColumnNumber));