Implemented interface member:
3 references to LogErrorEvent
Microsoft.DotNet.SignTool.Tests (3)
FakeBuildEngine.cs (2)
48
LogErrorEvent
(new BuildErrorEventArgs(string.Empty, string.Empty, string.Empty, 0, 0, 0, 0, "Didn't find a project node.", "", ""));
53
LogErrorEvent
(new BuildErrorEventArgs(string.Empty, string.Empty, string.Empty, 0, 0, 0, 0, "Only one <ItemGroup> is expected on this file.", "", ""));
SignToolTests.cs (1)
3935
public void LogErrorEvent(BuildErrorEventArgs e) => _innerEngine.
LogErrorEvent
(e);