2 writes to LogFunc
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
CscTests.cs (1)
551
LogFunc
= delegate { throw new Exception(""); }
VbcTests.cs (1)
518
LogFunc
= delegate { throw new Exception(""); }
1 reference to LogFunc
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\TestableCompilerServerLogger.cs (1)
15
public void Log(string message) =>
LogFunc
(message);