2 references to LogWarningEvents
Microsoft.DotNet.SignTool.Tests (2)
FakeBuildEngine.cs (1)
122LogWarningEvents.Add(e);
SignToolTests.cs (1)
379engine.LogWarningEvents.Select(w => $"{w.Code}: {w.Message}").Should().BeEquivalentTo(expectedWarnings ?? Array.Empty<string>());