3 references to WrappedTypeName
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineRename\UI\InlineRenameAdornmentProvider.cs (1)
67[Import(ISmartRenameSessionFactoryWrapper.WrappedTypeName, AllowDefault = true)] Lazy<object>? smartRenameSessionFactory)
Lightup\ISmartRenameSessionFactoryWrapper.cs (2)
25s_wrappedType = typeof(AggregateFocusInterceptor).Assembly.GetType(WrappedTypeName, throwOnError: false, ignoreCase: false); 43throw new InvalidCastException($"Cannot cast '{instance.GetType().FullName}' to '{WrappedTypeName}'");