1 write to TypeRef
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServiceMetadataView.cs (1)
33TypeRef = TypeRef.From(typeName, assemblyName, codeBase);
4 references to TypeRef
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
LspServices\LspServices.cs (4)
68serviceMap.Add(metadata.TypeRef.TypeName, serviceGetter); 75if (!serviceMap.TryGetValue(metadata.TypeRef.TypeName, out var existing)) 77serviceMap.Add(metadata.TypeRef.TypeName, serviceGetter); 190builder.Add((null, metadata.TypeRef, handlerMethods));