2 instantiations of VSExtensionConverter
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Extensions\Converters\VSExtensionUtilities.cs (1)
56converters.Add(new VSExtensionConverter<TBase, TExtension>());
Protocol\Internal\Converters\VSInternalExtensionUtilities.cs (1)
71converters.Add(new VSExtensionConverter<TBase, TExtension>());
6 references to VSExtensionConverter
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\Extensions\Converters\VSExtensionUtilities.cs (3)
17/// Adds <see cref="VSExtensionConverter{TBase, TExtension}"/> to the <paramref name="options"/> allowing to 49(existingConverterType.GetGenericTypeDefinition() == typeof(VSExtensionConverter<,>) || existingConverterType.GetGenericTypeDefinition() == typeof(VSExtensionConverter<,>)) &&
Protocol\Internal\Converters\VSInternalExtensionUtilities.cs (3)
18/// Adds <see cref="VSExtensionConverter{TBase, TExtension}"/> necessary to deserialize 62(existingConverterType.GetGenericTypeDefinition() == typeof(VSExtensionConverter<,>) || existingConverterType.GetGenericTypeDefinition() == typeof(VSExtensionConverter<,>)) &&