4 references to Method
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\SymbolChanges.cs (2)
138RoslynDebug.Assert(synthesizedSymbol.Method != null); 140var 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.