1 override of SyntaxTree
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractSimpleMemberBody.cs (1)
19
public sealed override SyntaxTree
SyntaxTree
1 reference to SyntaxTree
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
923
newActiveStatements[i] = GetActiveStatementWithSpan(oldActiveStatements[i], newBody.
SyntaxTree
, newStatementSpan, diagnostics, cancellationToken);