2 instantiations of AddedOrChangedMethodInfo
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
69
return new
AddedOrChangedMethodInfo
(MethodId, mappedLocals, LambdaDebugInfo, ClosureDebugInfo, StateMachineTypeName, mappedHoistedLocalSlots, mappedAwaiterSlots, StateMachineStates);
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
890
var info = new
AddedOrChangedMethodInfo
(
12 references to AddedOrChangedMethodInfo
Microsoft.CodeAnalysis (12)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
59
public
AddedOrChangedMethodInfo
MapTypes(SymbolMatcher map)
Emit\EditAndContinue\DeltaMetadataWriter.cs (4)
69
private readonly Dictionary<IMethodDefinition,
AddedOrChangedMethodInfo
> _addedOrChangedMethods;
131
_addedOrChangedMethods = new Dictionary<IMethodDefinition,
AddedOrChangedMethodInfo
>(Cci.SymbolEquivalentEqualityComparer.Instance);
172
var addedOrChangedMethodsByIndex = new Dictionary<int,
AddedOrChangedMethodInfo
>();
890
var
info = new AddedOrChangedMethodInfo(
Emit\EditAndContinue\EmitBaseline.cs (4)
195
methodsAddedOrChanged: new Dictionary<int,
AddedOrChangedMethodInfo
>(),
260
internal readonly IReadOnlyDictionary<int,
AddedOrChangedMethodInfo
> AddedOrChangedMethods;
316
IReadOnlyDictionary<int,
AddedOrChangedMethodInfo
> methodsAddedOrChanged,
415
IReadOnlyDictionary<int,
AddedOrChangedMethodInfo
> addedOrChangedMethods,
Emit\EditAndContinue\SymbolMatcher.cs (3)
96
private IReadOnlyDictionary<int,
AddedOrChangedMethodInfo
> MapAddedOrChangedMethods(IReadOnlyDictionary<int,
AddedOrChangedMethodInfo
> addedOrChangedMethods)
98
var result = new Dictionary<int,
AddedOrChangedMethodInfo
>();