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