1 write to ProjectFullPath
Microsoft.Build (1)
BackEnd\Components\ProjectCache\FileAccessContext.cs (1)
15
ProjectFullPath
= projectFullPath;
3 references to ProjectFullPath
Microsoft.Build (3)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (3)
772
MSBuildEventSource.Log.ProjectCacheHandleBuildResultStart(plugin.Name, fileAccessContext.
ProjectFullPath
, targetNames);
783
MSBuildEventSource.Log.ProjectCacheHandleBuildResultStop(plugin.Name, fileAccessContext.
ProjectFullPath
, targetNames);
793
ProjectCacheException.ThrowForErrorLoggedInsideTheProjectCache("ProjectCacheHandleBuildResultFailed", fileAccessContext.
ProjectFullPath
);