1 write to IsExistingFileEnabled
Microsoft.VisualStudio.LanguageServices (1)
GenerateType\GenerateTypeDialogViewModel.cs (1)
534this.IsExistingFileEnabled = _previouslyPopulatedDocumentList.Count == 0 ? false : true;
3 references to IsExistingFileEnabled
Microsoft.VisualStudio.LanguageServices (1)
GenerateType\GenerateTypeDialogViewModel.cs (1)
535this.IsNewFile = this.IsExistingFileEnabled ? this.IsNewFile : true;
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
GenerateType\GenerateTypeViewModelTests.vb (2)
253Assert.Equal(False, viewModel.IsExistingFileEnabled) 261Assert.Equal(True, viewModel.IsExistingFileEnabled)