1 write to Symbol
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\SemanticEditInfo.cs (1)
52
Symbol
= symbol;
5 references to Symbol
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
4031
return s_symbolKeyComparer.Equals(x.
Symbol
, y.
Symbol
);
4035
=> obj.
Symbol
.GetHashCode();
EditAndContinue\EditSession.cs (2)
736
oldResolution = edit.
Symbol
.Resolve(oldCompilation, ignoreAssemblyKey: true, cancellationToken);
747
newResolution = edit.
Symbol
.Resolve(newCompilation, ignoreAssemblyKey: true, cancellationToken);