2 writes to _dottedName
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\CodeImport.cs (2)
54
_dottedName
= dottedName;
64
_dottedName
= dottedName;
1 reference to _dottedName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeImport.cs (1)
80
if (!CodeModelService.TryGetImportNode(parentNode,
_dottedName
, out var importNode))