Skip to content

Commit

Permalink
[dotnet] apply DeadlockSafetyAttributesUpdateAction
Browse files Browse the repository at this point in the history
GitOrigin-RevId: af6a6fb018454551facdba9fc0282eba059439cc
  • Loading branch information
Nikita Popov authored and auduchinok committed Dec 9, 2024
1 parent 7a7c6b1 commit 4f5dd07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

namespace JetBrains.ReSharper.Plugins.FSharp.Psi.Metadata
{
[PsiComponent(Instantiation.DemandAnyThreadUnsafe)]
[PsiComponent(Instantiation.DemandAnyThreadSafe)]
public class FSharpAutoOpenCache : IAssemblyCache
{
private readonly IPsiAssemblyFileLoader myPsiAssemblyFileLoader;
Expand Down

0 comments on commit 4f5dd07

Please sign in to comment.