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