2 overrides of MapReference
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
85
public override Cci.ITypeReference?
MapReference
(Cci.ITypeReference reference)
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
61
Public Overrides Function
MapReference
(reference As Cci.ITypeReference) As Cci.ITypeReference
6 references to MapReference
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (3)
67
ImmutableArray.CreateRange(StateMachineAwaiterSlotsOpt, static (typeRef, map) => (typeRef is null) ? null : map.
MapReference
(typeRef), map);
81
var typeRef = map.
MapReference
(info.Type);
94
var typeRef = map.
MapReference
(info.Type);
Emit\EditAndContinue\EncVariableSlotAllocator.cs (3)
167
var previousType = _symbolMap.
MapReference
(currentType);
218
var previousType = _symbolMap.
MapReference
(currentType);
244
var typeRef = _symbolMap.
MapReference
(currentType);