1 write to MethodId
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
49
MethodId
= methodId;
3 references to MethodId
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
69
return new AddedOrChangedMethodInfo(
MethodId
, mappedLocals, LambdaDebugInfo, ClosureDebugInfo, StateMachineTypeName, mappedHoistedLocalSlots, mappedAwaiterSlots, StateMachineStates);
Emit\EditAndContinue\DefinitionMap.cs (2)
247
methodId = addedOrChangedMethod.
MethodId
;
681
CreateLambdaAndClosureMap(synthesizedSiblingSymbols, Baseline.SynthesizedMembers, addedOrChangedMethod.
MethodId
),