7 references to LogWarningFromResources
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\MapSourceRoots.cs (1)
214
Log.
LogWarningFromResources
("MapSourceRoots.ContainsDuplicate", Names.SourceRoot, left.ItemSpec, metadataName, leftValue, rightValue);
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\MSBuildTask\MapSourceRoots.cs (1)
214
Log.
LogWarningFromResources
("MapSourceRoots.ContainsDuplicate", Names.SourceRoot, left.ItemSpec, metadataName, leftValue, rightValue);
Microsoft.Build.Tasks.Core (4)
Delete.cs (1)
126
Log.
LogWarningFromResources
("Delete.DeletingFile", file.ItemSpec);
GenerateTrustInfo.cs (1)
68
Log.
LogWarningFromResources
("GenerateManifest.ExcludedPermissionsNotSupported");
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)
160
t.Log.
LogWarningFromResources
("MyWarningResource", "foo");