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