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