4 references to Method
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\SymbolChanges.cs (2)
138
RoslynDebug.Assert(synthesizedSymbol.
Method
!= null);
140
var generatorChange = GetChange((IDefinition)synthesizedSymbol.
Method
.GetCciAdapter());
Symbols\ISynthesizedMethodBodyImplementationSymbol.cs (2)
19
/// True if this symbol body needs to be updated when the <see cref="
Method
"/> body is updated.
20
/// False if <see cref="
Method
"/> is null.