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)
83
string.IsNullOrEmpty(
_defaultNamespace
) ? string.Empty :
_defaultNamespace
+ ".",