1 write to AddedOrChangedMethods
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EmitBaseline.cs (1)
381AddedOrChangedMethods = methodsAddedOrChanged;
4 references to AddedOrChangedMethods
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DefinitionMap.cs (2)
245if (Baseline.AddedOrChangedMethods.TryGetValue(methodIndex, out var addedOrChangedMethod)) 673if (Baseline.AddedOrChangedMethods.TryGetValue(methodRowId, out var addedOrChangedMethod))
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
244addedOrChangedMethods: AddRange(_previousGeneration.AddedOrChangedMethods, addedOrChangedMethodsByIndex),
Emit\EditAndContinue\SymbolMatcher.cs (1)
71addedOrChangedMethods: MapAddedOrChangedMethods(baseline.AddedOrChangedMethods),