2 implementations of ILocalSymbolInternal
Microsoft.CodeAnalysis.CSharp (1)
Symbols\LocalSymbol.cs (1)
20internal abstract class LocalSymbol : Symbol, ILocalSymbolInternal
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LocalSymbol.vb (1)
19Implements ILocalSymbol, ILocalSymbolInternal
23 references to ILocalSymbolInternal
Microsoft.CodeAnalysis (12)
CodeGen\LocalDefinition.cs (3)
21private readonly ILocalSymbolInternal? _symbolOpt; 62ILocalSymbolInternal? symbolOpt, 87public ILocalSymbolInternal? SymbolOpt => _symbolOpt;
CodeGen\LocalSlotManager.cs (7)
65private Dictionary<ILocalSymbolInternal, LocalDefinition>? _localMap; 90private Dictionary<ILocalSymbolInternal, LocalDefinition> LocalMap 97map = new Dictionary<ILocalSymbolInternal, LocalDefinition>(ReferenceEqualityComparer.Instance); 122ILocalSymbolInternal symbol, 146internal LocalDefinition GetLocal(ILocalSymbolInternal symbol) 155internal void FreeLocal(ILocalSymbolInternal symbol) 190ILocalSymbolInternal? symbol,
CodeGen\VariableSlotAllocator.cs (1)
19ILocalSymbolInternal symbol,
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
148ILocalSymbolInternal currentLocalSymbol,
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\EmitStatement.cs (1)
1820private string GetLocalDebugName(ILocalSymbolInternal local, out LocalDebugId localId)
Symbols\LocalSymbol.cs (3)
385SynthesizedLocalKind ILocalSymbolInternal.SynthesizedKind 393bool ILocalSymbolInternal.IsImportedFromMetadata 401SyntaxNode ILocalSymbolInternal.GetDeclaratorSyntax()
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
EEAssemblyBuilder.cs (1)
140ILocalSymbolInternal symbol,
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (2)
EESymbolProvider.cs (1)
14where TLocalSymbol : class, ILocalSymbolInternal
PDB\MethodDebugInfo.cs (1)
15where TLocalSymbol : class, ILocalSymbolInternal
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\LocalSymbol.vb (3)
459Private ReadOnly Property ILocalSymbolInternal_IsImportedFromMetadata As Boolean Implements ILocalSymbolInternal.IsImportedFromMetadata 465Private ReadOnly Property ILocalSymbolInternal_SynthesizedKind As SynthesizedLocalKind Implements ILocalSymbolInternal.SynthesizedKind 471Private Function ILocalSymbolInternal_GetDeclaratorSyntax() As SyntaxNode Implements ILocalSymbolInternal.GetDeclaratorSyntax
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
EEAssemblyBuilder.vb (1)
145symbol As ILocalSymbolInternal,