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