1 write to AddedOrChangedMethods
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EmitBaseline.cs (1)
443AddedOrChangedMethods = methodsAddedOrChanged;
3 references to AddedOrChangedMethods
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DefinitionMap.cs (1)
188if (baseline.AddedOrChangedMethods.TryGetValue(methodIndex, out var addedOrChangedMethod))
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
239addedOrChangedMethods: AddRange(_previousGeneration.AddedOrChangedMethods, addedOrChangedMethodsByIndex),
Emit\EditAndContinue\SymbolMatcher.cs (1)
69addedOrChangedMethods: MapAddedOrChangedMethods(baseline.AddedOrChangedMethods),