1 write to _memberSymbol
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
52
_memberSymbol
= memberSymbol;
2 references to _memberSymbol
Microsoft.CodeAnalysis.CSharp (2)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (2)
539
Binder binder = MakeNameBinder(isParameter, isTypeParameterRef,
_memberSymbol
, _compilation, originatingSyntax.SyntaxTree);
540
DocumentationCommentCompiler.BindName(attrSyntax, binder,
_memberSymbol
, ref _documentedParameters, ref _documentedTypeParameters, nameDiagnostics);