13 references to Empty
Microsoft.Build (13)
BackEnd\BuildManager\BuildManager.cs (2)
3443
file: BuildEventFileInfo.
Empty
,
3628
BuildEventFileInfo.
Empty
,
BackEnd\BuildManager\EnvironmentVariableValidator.cs (1)
45
loggingService.LogWarning(BuildEventContext.Invalid, null, BuildEventFileInfo.
Empty
, "DotnetHostPathIsDirectory", dotnetHostPath);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1411
BuildEventFileInfo.
Empty
,
BackEnd\Components\Logging\LoggingContext.cs (1)
254
_loggingService.LogWarning(_eventContext, null, BuildEventFileInfo.
Empty
, messageResourceName, messageArgs);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
208
BuildEventFileInfo buildEventFileInfo = BuildEventFileInfo.
Empty
;
954
BuildEventFileInfo buildEventFileInfo = BuildEventFileInfo.
Empty
;
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
664
BuildEventFileInfo.
Empty
,
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
834
BuildEventFileInfo.
Empty
,
848
(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.
Empty
, "UnhandledMSBuildError", ex.ToString());
BackEnd\Node\OutOfProcNode.cs (1)
617
_loggingContext?.BuildEventContext ?? BuildEventContext.Invalid, null, BuildEventFileInfo.
Empty
,
BuildCheck\Infrastructure\BuildCheckBuildEventHandler.cs (1)
162
string.IsNullOrEmpty(acquisitionData.ProjectPath) ? BuildEventFileInfo.
Empty
: new BuildEventFileInfo(acquisitionData.ProjectPath),
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
253
BuildEventFileInfo.
Empty
,