5 references to EncMappedMethod
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\DefinitionMap.cs (3)
42protected readonly IReadOnlyDictionary<IMethodSymbolInternal, EncMappedMethod> mappedMethods; 65private IReadOnlyDictionary<IMethodSymbolInternal, EncMappedMethod> GetMappedMethods(IEnumerable<SemanticEdit> edits) 67var mappedMethods = new Dictionary<IMethodSymbolInternal, EncMappedMethod>();
Emit\EditAndContinue\EncVariableSlotAllocator.cs (2)
24private readonly EncMappedMethod _mappedMethod; 49EncMappedMethod mappedMethod,