6 references to LogWarningFromResources
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\MapSourceRoots.cs (1)
236
Log.
LogWarningFromResources
("MapSourceRoots.ContainsDuplicate", Names.SourceRoot, left.ItemSpec, metadataName, leftValue, rightValue);
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\MSBuildTask\MapSourceRoots.cs (1)
236
Log.
LogWarningFromResources
("MapSourceRoots.ContainsDuplicate", Names.SourceRoot, left.ItemSpec, metadataName, leftValue, rightValue);
Microsoft.Build.Tasks.Core (3)
Delete.cs (1)
133
Log.
LogWarningFromResources
("Delete.DeletingFile", filePath.Value.OriginalValue);
Touch.cs (2)
221
Log.
LogWarningFromResources
("Touch.CreatingFile", file.OriginalValue, "AlwaysCreate");
242
Log.
LogWarningFromResources
("Touch.Touching", file.OriginalValue);
Microsoft.Build.Utilities.UnitTests (1)
TaskLoggingHelper_Tests.cs (1)
160
t.Log.
LogWarningFromResources
("MyWarningResource", "foo");