10 references to Empty
Microsoft.Build (10)
BackEnd\BuildManager\BuildManager.cs (1)
3331
BuildEventFileInfo.
Empty
,
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
901
BuildEventFileInfo.
Empty
,
BackEnd\Components\Logging\LoggingContext.cs (1)
254
_loggingService.LogWarning(_eventContext, null, BuildEventFileInfo.
Empty
, messageResourceName, messageArgs);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
203
BuildEventFileInfo buildEventFileInfo = BuildEventFileInfo.
Empty
;
926
BuildEventFileInfo buildEventFileInfo = BuildEventFileInfo.
Empty
;
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
655
BuildEventFileInfo.
Empty
,
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
825
BuildEventFileInfo.
Empty
,
839
(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.
Empty
, "UnhandledMSBuildError", ex.ToString());
BackEnd\Node\OutOfProcNode.cs (1)
607
_loggingContext?.BuildEventContext ?? BuildEventContext.Invalid, null, BuildEventFileInfo.
Empty
,
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
253
BuildEventFileInfo.
Empty
,