15 references to Empty
Microsoft.Build (15)
BackEnd\BuildManager\BuildManager.cs (1)
3237
BuildEventFileInfo.
Empty
,
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
864
BuildEventFileInfo.
Empty
,
BackEnd\Components\Logging\LoggingContext.cs (1)
254
_loggingService.LogWarning(_eventContext, null, BuildEventFileInfo.
Empty
, messageResourceName, messageArgs);
BackEnd\Components\Logging\LoggingService.cs (5)
1001
BuildEventFileInfo.
Empty
.File,
1002
BuildEventFileInfo.
Empty
.Line,
1003
BuildEventFileInfo.
Empty
.Column,
1004
BuildEventFileInfo.
Empty
.EndLine,
1005
BuildEventFileInfo.
Empty
.EndColumn,
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
202
BuildEventFileInfo buildEventFileInfo = BuildEventFileInfo.
Empty
;
813
BuildEventFileInfo buildEventFileInfo = BuildEventFileInfo.
Empty
;
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
624
BuildEventFileInfo.
Empty
,
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
824
BuildEventFileInfo.
Empty
,
838
(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.
Empty
, "UnhandledMSBuildError", ex.ToString());
BackEnd\Node\OutOfProcNode.cs (1)
596
_loggingService.LogError(_loggingContext?.BuildEventContext ?? BuildEventContext.Invalid, null, BuildEventFileInfo.
Empty
,
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
253
BuildEventFileInfo.
Empty
,