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