1 write to _defaultNamespace
Microsoft.VisualStudio.LanguageServices (1)
CommonControls\NewTypeDestinationSelectionViewModel.cs (1)
49_defaultNamespace = defaultNamespace;
2 references to _defaultNamespace
Microsoft.VisualStudio.LanguageServices (2)
CommonControls\NewTypeDestinationSelectionViewModel.cs (2)
83string.IsNullOrEmpty(_defaultNamespace) ? string.Empty : _defaultNamespace + ".",