1 write to Locals
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
50Locals = locals;
2 references to Locals
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
61var mappedLocals = ImmutableArray.CreateRange(Locals, MapLocalInfo, map);
Emit\EditAndContinue\DefinitionMap.cs (1)
276previousLocals = addedOrChangedMethod.Locals;