1 write to Symbol
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\SemanticEditInfo.cs (1)
52
Symbol
= symbol;
2 references to Symbol
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditSession.cs (2)
687
oldResolution = edit.
Symbol
.Resolve(oldCompilation, ignoreAssemblyKey: true, cancellationToken);
698
newResolution = edit.
Symbol
.Resolve(newCompilation, ignoreAssemblyKey: true, cancellationToken);