1 write to s_wrappedRenameContextType
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Lightup\ISmartRenameSessionWrapper.cs (1)
47s_wrappedRenameContextType = typeof(AggregateFocusInterceptor).Assembly.GetType(WrappedRenameContextTypeName, throwOnError: false, ignoreCase: false);
8 references to s_wrappedRenameContextType
Microsoft.CodeAnalysis.EditorFeatures.Wpf (8)
Lightup\ISmartRenameSessionWrapper.cs (8)
58if (s_wrappedRenameContextType is not null) 62s_wrappedRenameContextType, 65s_renameContextImmutableListBuilderAddAccessor = LightupHelpers.CreateActionAccessor<object, object>(typeof(ImmutableArray<>.Builder).MakeGenericType(s_wrappedRenameContextType), 67s_wrappedRenameContextType); 68s_renameContextImmutableListBuilderToArrayAccessor = LightupHelpers.CreateFunctionAccessor<object, object>(typeof(ImmutableArray<>.Builder).MakeGenericType(s_wrappedRenameContextType), 70typeof(ImmutableArray<>).MakeGenericType(s_wrappedRenameContextType)); 72var immutableArrayOfRenameContextType = typeof(ImmutableArray<>).MakeGenericType(s_wrappedRenameContextType); 146s_renameContextImmutableListBuilderAddAccessor(renameContextArrayBuilder, Activator.CreateInstance(s_wrappedRenameContextType, key, content, filePath));