2 writes to _documentedParameters
Microsoft.CodeAnalysis.CSharp (2)
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (2)
56
_documentedParameters
= documentedParameters;
190
BindName(nameAttr, binder, _memberSymbol, ref
_documentedParameters
, ref _documentedTypeParameters, _diagnostics);
1 reference to _documentedParameters
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (1)
133
documentedParameters = walker.
_documentedParameters
;