2 references to _warningEvents
Microsoft.Build.UnitTests.Shared (2)
MockEngine.cs (2)
59
public BuildWarningEventArgs[] WarningEvents =>
_warningEvents
.ToArray();
110
_warningEvents
.Enqueue(eventArgs);