1 write to Source
Microsoft.CodeAnalysis.LanguageServer (1)
BrokeredServices\BrokeredServiceTraceListener.cs (1)
24Source = new TraceSource("ServiceBroker", SourceLevels.All);
3 references to Source
Microsoft.CodeAnalysis.LanguageServer (3)
BrokeredServices\BrokeredServiceBridgeProvider.cs (1)
31_brokeredServiceTraceSource = brokeredServiceTraceListener.Source;
BrokeredServices\BrokeredServiceContainer.cs (1)
39var container = new BrokeredServiceContainer(traceListener.Source);
BrokeredServices\BrokeredServiceTraceListener.cs (1)
25Source.Listeners.Add(this);