1 write to _name
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeParameter.cs (1)
42
_name
= name;
2 references to _name
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\CodeParameter.cs (2)
69
=>
_name
;
92
if (!CodeModelService.TryGetParameterNode(parentNode,
_name
, out var parameterNode))