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