Implemented interface member:
method
LogWarningEvent
Microsoft.Build.Framework.IBuildEngine.LogWarningEvent(Microsoft.Build.Framework.BuildWarningEventArgs)
1 reference to LogWarningEvent
Microsoft.DotNet.SignTool.Tests (1)
SignToolTests.cs (1)
3929
public void LogWarningEvent(BuildWarningEventArgs e) => _innerEngine.
LogWarningEvent
(e);