10 references to LogWarning
Microsoft.Build (10)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
807
_nodeLoggingContext.
LogWarning
("SolutionParseUnknownProjectType", ex.Message);
811
_projectLoggingContext.
LogWarning
("SolutionParseUnknownProjectType", ex.Message);
BackEnd\Components\Scheduler\Scheduler.cs (1)
1448
_inprocNodeContext.
LogWarning
("ProxyRequestNotScheduledOnInprocNode");
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
277
_loadedType = _typeLoader.Load(taskName, loadInfo, targetLoggingContext.
LogWarning
, taskHostExplicitlyRequested, taskHostParamsMatchCurrentProc);
Instance\TaskRegistry.cs (1)
1466
loadedType = s_taskFactoryTypeLoader.Load(TaskFactoryAttributeName, taskFactoryLoadInfo, targetLoggingContext.
LogWarning
);
Utilities\EngineFileUtilities.cs (5)
401
targetLoggingContext.
LogWarning
(
414
targetLoggingContext.
LogWarning
(
443
evaluationLoggingContext.
LogWarning
(
452
evaluationLoggingContext.
LogWarning
(
461
evaluationLoggingContext.
LogWarning
(