11 references to Log
Microsoft.CodeAnalysis.Workspaces (11)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (5)
91
CodeAnalysisEventSource.
Log
.CreateAssemblyLoadContext(fullDirectoryPath, loadContext.ToString());
182
CodeAnalysisEventSource.
Log
.DisposeAssemblyLoadContext(context.Directory, context.ToString());
186
CodeAnalysisEventSource.
Log
.DisposeAssemblyLoadContextException(context.Directory, ex.ToString(), context.ToString());
212
CodeAnalysisEventSource.
Log
.ResolvedAssembly(Directory, assemblyName.ToString(), resolver.GetType().Name, assembly.Location, GetLoadContext(assembly)!.ToString());
217
CodeAnalysisEventSource.
Log
.ResolveAssemblyFailed(Directory, assemblyName.ToString());
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
412
CodeAnalysisEventSource.
Log
.CreateNonLockingLoader(windowsShadowPath);
Workspace\ProjectSystem\ProjectSystemProject.cs (5)
1057
CodeAnalysisEventSource.
Log
.AnalyzerReferenceRequestAddToProject(fullPath, DisplayName);
1088
CodeAnalysisEventSource.
Log
.AnalyzerReferenceAddedToProject(mappedFullPath, DisplayName);
1103
CodeAnalysisEventSource.
Log
.AnalyzerReferenceRequestRemoveFromProject(fullPath, DisplayName);
1132
CodeAnalysisEventSource.
Log
.AnalyzerReferenceRemovedFromProject(fullPath, DisplayName);
1176
CodeAnalysisEventSource.
Log
.AnanlyzerReferenceRedirected(redirector.GetType().Name, fullPath, redirectedPath, DisplayName);