1 write to TypeRef
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServiceMetadataView.cs (1)
32TypeRef = TypeRef.From(typeName, assemblyName, codeBase);
4 references to TypeRef
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
LspServices\LspServices.cs (4)
67serviceMap.Add(metadata.TypeRef.TypeName, serviceGetter); 74if (!serviceMap.TryGetValue(metadata.TypeRef.TypeName, out var existing)) 76serviceMap.Add(metadata.TypeRef.TypeName, serviceGetter); 189builder.Add((null, metadata.TypeRef, handlerMethods));