2 references to IsOptional
Microsoft.VisualStudio.LanguageServices (2)
ChangeSignature\AddParameterDialogViewModel.cs (2)
66
NotifyPropertyChanged(nameof(
IsOptional
));
153
if (
IsOptional
&& string.IsNullOrWhiteSpace(DefaultValue))