1 instantiation of MappedMethod
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DefinitionMap.cs (1)
79mappedMethods.Add(newMethod, new MappedMethod(oldMethod, edit.SyntaxMap));
4 references to MappedMethod
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DefinitionMap.cs (4)
34protected readonly IReadOnlyDictionary<IMethodSymbolInternal, MappedMethod> mappedMethods; 49private IReadOnlyDictionary<IMethodSymbolInternal, MappedMethod> GetMappedMethods(IEnumerable<SemanticEdit> edits) 51var mappedMethods = new Dictionary<IMethodSymbolInternal, MappedMethod>(); 156if (!mappedMethods.TryGetValue(topLevelMethod, out var mappedMethod))