2 implementations of ILocalSymbolInternal_SynthesizedKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\LocalSymbol.cs (1)
385SynthesizedLocalKind ILocalSymbolInternal.SynthesizedKind
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LocalSymbol.vb (1)
465Private ReadOnly Property ILocalSymbolInternal_SynthesizedKind As SynthesizedLocalKind Implements ILocalSymbolInternal.SynthesizedKind
2 references to ILocalSymbolInternal_SynthesizedKind
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
1829var localKind = local.SynthesizedKind;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LocalSymbol.vb (1)
465Private ReadOnly Property ILocalSymbolInternal_SynthesizedKind As SynthesizedLocalKind Implements ILocalSymbolInternal.SynthesizedKind