1 instantiation of EncMappedMethod
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DefinitionMap.cs (1)
98
mappedMethods.Add(newMethod, new
EncMappedMethod
(oldMethod, edit.SyntaxMap, edit.RuntimeRudeEdit));
6 references to EncMappedMethod
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\DefinitionMap.cs (4)
42
protected readonly IReadOnlyDictionary<IMethodSymbolInternal,
EncMappedMethod
> mappedMethods;
65
private IReadOnlyDictionary<IMethodSymbolInternal,
EncMappedMethod
> GetMappedMethods(IEnumerable<SemanticEdit> edits)
67
var mappedMethods = new Dictionary<IMethodSymbolInternal,
EncMappedMethod
>();
213
if (!mappedMethods.TryGetValue(topLevelMethod, out
var
mappedMethod))
Emit\EditAndContinue\EncVariableSlotAllocator.cs (2)
24
private readonly
EncMappedMethod
_mappedMethod;
49
EncMappedMethod
mappedMethod,