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