2 references to ExportKey
Microsoft.CodeAnalysis.Remote.Workspaces (2)
VisualStudioMefHostServices.cs (2)
46
var key = new
ExportKey
(typeof(TExtension).AssemblyQualifiedName!, typeof(TMetadata).AssemblyQualifiedName!);
63
var key = new
ExportKey
(typeof(TExtension).AssemblyQualifiedName!, "");