5 references to LogWarningFromResources
Microsoft.Build.Tasks.CodeAnalysis (1)
MapSourceRoots.cs (1)
214
Log.
LogWarningFromResources
("MapSourceRoots.ContainsDuplicate", Names.SourceRoot, left.ItemSpec, metadataName, leftValue, rightValue);
Microsoft.Build.Tasks.Core (3)
Delete.cs (1)
126
Log.
LogWarningFromResources
("Delete.DeletingFile", file.ItemSpec);
Touch.cs (2)
206
Log.
LogWarningFromResources
("Touch.CreatingFile", file, "AlwaysCreate");
227
Log.
LogWarningFromResources
("Touch.Touching", file);
Microsoft.Build.Utilities.UnitTests (1)
TaskLoggingHelper_Tests.cs (1)
159
t.Log.
LogWarningFromResources
("MyWarningResource", "foo");