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