3 references to SizeInMegabytes
Roslyn.VisualStudio.DiagnosticsWindow (3)
OptionPages\ForceLowMemoryMode.cs (2)
32
if (e.Option == Enabled || e.Option ==
SizeInMegabytes
)
51
_ = _hogger.PopulateAndMonitorAsync(_globalOptions.GetOption(
SizeInMegabytes
));
OptionPages\ForceLowMemoryModePage.cs (1)
44
BindToOption(textBox, ForceLowMemoryMode.
SizeInMegabytes
);