2 writes to _namespaceName
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\CodeImplementsStatement.cs (2)
53_namespaceName = namespaceName; 64_namespaceName = name;
1 reference to _namespaceName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeImplementsStatement.cs (1)
77if (!CodeModelService.TryGetImplementsNode(parentNode, _namespaceName, _ordinal, out var implementsNode))