2 writes to _fileName
Microsoft.VisualStudio.LanguageServices (2)
CommonControls\NewTypeDestinationSelectionViewModel.cs (2)
51
_fileName
= $"{defaultName}{_fileExtension}";
88
set { SetProperty(ref
_fileName
, value); }
1 reference to _fileName
Microsoft.VisualStudio.LanguageServices (1)
CommonControls\NewTypeDestinationSelectionViewModel.cs (1)
87
get { return
_fileName
; }