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