1 implementation of Proffer
Microsoft.VisualStudio.LanguageServices.DevKit (1)
EditAndContinue\DevKitHotReloadServiceContributor.cs (1)
36public void Proffer(GlobalBrokeredServiceContainer container)
3 references to Proffer
Microsoft.CodeAnalysis.LanguageServer (1)
BrokeredServices\BrokeredServiceContainer.cs (1)
58onInitialized.Proffer(container);
Microsoft.CodeAnalysis.Remote.Workspaces (2)
IServiceBrokerInitializer.cs (2)
14/// Implementations can register <see cref="ServicesToRegister"/> and proffer <see cref="Proffer"/> services into the container, 20/// Gets the set of services that this initializer will proffer into the service container via <see cref="Proffer(GlobalBrokeredServiceContainer)"/>