2 writes to _name
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\CodeOptionsStatement.cs (2)
51
_name
= name;
62
_name
= name;
1 reference to _name
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeOptionsStatement.cs (1)
75
if (!CodeModelService.TryGetOptionNode(parentNode,
_name
, _ordinal, out var optionNode))