2 references to ServiceBrokerChannelName
Microsoft.CodeAnalysis.LanguageServer (2)
BrokeredServices\BrokeredServiceBridgeProvider.cs (2)
54using var profferedServiceBrokerChannel = await bridgeMxStream.OfferChannelAsync(ServiceBrokerChannelName, cancellationToken); 67using var consumingServiceBrokerChannel = await bridgeMxStream.AcceptChannelAsync(ServiceBrokerChannelName, cancellationToken);