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