1 write to Symbol
Microsoft.CodeAnalysis.CSharp (1)
Binder\SingleLookupResult.cs (1)
33
this.
Symbol
= symbol;
7 references to Symbol
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (1)
11073
Symbol extensionMember = singleLookupResult.
Symbol
;
Binder\LookupResult.cs (3)
220
_symbolList.Add(other.
Symbol
);
289
else if ((object)result.
Symbol
!= null)
292
_symbolList.Add(result.
Symbol
);
Compilation\CSharpSemanticModel.cs (3)
4645
if (singleLookupResult.
Symbol
is not (MethodSymbol or PropertySymbol))
4713
if (singleResult.
Symbol
is null)
4718
Symbol member = singleResult.
Symbol
;