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