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