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)
77
if (!CodeModelService.TryGetImplementsNode(parentNode,
_namespaceName
, _ordinal, out var implementsNode))