1 reference to s_abstractRemoveUnnecessaryImportsCodeFixProviderType
dotnet-format (1)
Reflection\RemoveUnnecessaryImportsHelper.cs (1)
11
private static readonly MethodInfo? s_removeUnnecessaryImportsAsyncMethod =
s_abstractRemoveUnnecessaryImportsCodeFixProviderType
?.GetMethod("RemoveUnnecessaryImportsAsync", BindingFlags.Static | BindingFlags.NonPublic);