1 write to Symbol
Microsoft.CodeAnalysis.CSharp (1)
Binder\SingleLookupResult.cs (1)
33
this.
Symbol
= symbol;
8 references to Symbol
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Crefs.cs (1)
336
sortedSymbolsBuilder.Add(result.
Symbol
);
Binder\Binder_Expressions.cs (1)
11074
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)
4647
if (singleLookupResult.
Symbol
is not (MethodSymbol or PropertySymbol))
4715
if (singleResult.
Symbol
is null)
4720
Symbol member = singleResult.
Symbol
;