2 writes to _optionsStorage
Microsoft.VisualStudio.RazorExtension (2)
RazorPackage.cs (2)
89
_optionsStorage
= componentModel.GetService<OptionsStorage>();
103
_optionsStorage
= null;
2 references to _optionsStorage
Microsoft.VisualStudio.RazorExtension (2)
RazorPackage.cs (2)
102
_optionsStorage
?.Dispose();
110
return new SnippetService(joinableTaskContext.Factory, this, cache,
_optionsStorage
.AssumeNotNull());