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