2 references to GetAssociatedSymbol
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\SymbolChanges.cs (2)
506var associated = GetAssociatedSymbol(symbol); 536=> fieldDefinition.GetInternalSymbol() is { } fieldSymbol ? GetAssociatedSymbol(fieldSymbol)?.GetCciAdapter() as IDefinition : null;