1 write to _ordinal
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeImplementsStatement.cs (1)
54
_ordinal
= ordinal;
1 reference to _ordinal
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeImplementsStatement.cs (1)
77
if (!CodeModelService.TryGetImplementsNode(parentNode, _namespaceName,
_ordinal
, out var implementsNode))