1 implementation of SynthesizedKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\LocalSymbol.cs (1)
392SynthesizedLocalKind ILocalSymbolInternal.SynthesizedKind
1 reference to SynthesizedKind
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
1859var localKind = local.SynthesizedKind;