2 writes to _projectFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
4 references to _projectFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\Logging\MSBuildDiagnosticLogger.cs (4)
28RoslynDebug.AssertNotNull(_projectFilePath);
29_log?.Add(new MSBuildDiagnosticLogItem(WorkspaceDiagnosticKind.Failure, _projectFilePath, e.Message, e.File, e.LineNumber, e.ColumnNumber));
34RoslynDebug.AssertNotNull(_projectFilePath);
35_log?.Add(new MSBuildDiagnosticLogItem(WorkspaceDiagnosticKind.Warning, _projectFilePath, e.Message, e.File, e.LineNumber, e.ColumnNumber));