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