2 references to WrappedTypeName
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Lightup\ISmartRenameSessionWrapper.cs (2)
46
s_wrappedType = typeof(AggregateFocusInterceptor).Assembly.GetType(
WrappedTypeName
, throwOnError: false, ignoreCase: false);
115
throw new InvalidCastException($"Cannot cast '{instance.GetType().FullName}' to '{
WrappedTypeName
}'");