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