14 references to Log
Microsoft.VisualStudio.IntegrationTest.Setup (8)
TestTraceListener.cs (8)
39Debugger.Log(0, null, o?.ToString());
47Debugger.Log(0, category, o?.ToString());
55Debugger.Log(0, null, message);
63Debugger.Log(0, category, message);
71Debugger.Log(0, null, o?.ToString() + Environment.NewLine);
79Debugger.Log(0, category, o?.ToString() + Environment.NewLine);
87Debugger.Log(0, null, message + Environment.NewLine);
95Debugger.Log(0, category, message + Environment.NewLine);
System.ComponentModel.Composition (1)
System.ComponentModel.Composition.Registration (1)
System.Composition.Convention (1)
System.Private.CoreLib (3)