Home
last modified time | relevance | path

Searched refs:_buildEventContext (Results 1 – 4 of 4) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Shared/
H A DBuildRequest.cs84 private BuildEventContext _buildEventContext; field in Microsoft.Build.BackEnd.BuildRequest
145 _buildEventContext = BuildEventContext.Invalid; in BuildRequest()
273 return _buildEventContext;
278 …ErrorUtilities.VerifyThrow(_buildEventContext == BuildEventContext.Invalid, "The build event conte…
279 _buildEventContext = value;
356 translator.Translate(ref _buildEventContext); in Translate()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/SdkResolution/
H A DSdkResolverRequest.cs15 private BuildEventContext _buildEventContext; field in Microsoft.Build.BackEnd.SdkResolution.SdkResolverRequest
31 _buildEventContext = buildEventContext; in SdkResolverRequest()
41 public BuildEventContext BuildEventContext => _buildEventContext;
73 translator.Translate(ref _buildEventContext); in Translate()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/RequestBuilder/
H A DTargetUpToDateChecker.cs66 _buildEventContext = buildEventContext; in TargetUpToDateChecker()
249 _loggingService.LogComment(_buildEventContext, MessageImportance.Normal, in PerformDependencyAnalysis()
283 … _loggingService.LogCommentFromText(_buildEventContext, MessageImportance.Low, reason); in LogReasonForBuildingTarget()
293 … _loggingService.LogCommentFromText(_buildEventContext, MessageImportance.Low, reason); in LogReasonForBuildingTarget()
427 _loggingService.LogComment(_buildEventContext, MessageImportance.Normal, in PerformDependencyAnalysisIfNoInputs()
430 _loggingService.LogComment(_buildEventContext, MessageImportance.Low, in PerformDependencyAnalysisIfNoInputs()
439 …_loggingService.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletely", _ta… in PerformDependencyAnalysisIfNoInputs()
440 …_loggingService.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletelyNoInpu… in PerformDependencyAnalysisIfNoInputs()
469 _loggingService.LogComment(_buildEventContext, MessageImportance.Normal, in PerformDependencyAnalysisIfNoOutputs()
472 _loggingService.LogComment(_buildEventContext, MessageImportance.Low, in PerformDependencyAnalysisIfNoOutputs()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build/Logging/ParallelLogger/
H A DParallelLoggerHelpers.cs312 private BuildEventContext _buildEventContext; field in Microsoft.Build.BackEnd.Logging.ProjectStartedEventMinimumFields
412 return _buildEventContext;
425 _buildEventContext = startedEvent.BuildEventContext; in ProjectStartedEventMinimumFields()
451 private BuildEventContext _buildEventContext; field in Microsoft.Build.BackEnd.Logging.TargetStartedEventMinimumFields
524 return _buildEventContext;
546 _buildEventContext = startedEvent.BuildEventContext; in TargetStartedEventMinimumFields()