2 references to s_removeUnnecessaryImportsAsyncMethod
dotnet-format (2)
Reflection\RemoveUnnecessaryImportsHelper.cs (2)
15if (s_removeUnnecessaryImportsAsyncMethod is null) 20return await (Task<Document>)s_removeUnnecessaryImportsAsyncMethod.Invoke(obj: null, new object[] { document, cancellationToken })!;