2 writes to Type
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServiceMetadataView.cs (2)
21Type = handlerMetadata; 29Type = type;
2 references to Type
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServiceMetadataView.cs (1)
20var handlerMetadata = (Type)metadata[nameof(Type)];
LspServices\LspServices.cs (1)
49_lazyMefLspServices = services.ToImmutableDictionary(lazyService => lazyService.Metadata.Type, lazyService => lazyService);