3 references to HoistedSynthesizedLocalPrefix
Microsoft.CodeAnalysis.VisualBasic (3)
Emit\EditAndContinue\VisualBasicDefinitionMap.vb (1)
172
If GeneratedNameParser.TryParseSlotIndex(GeneratedNameConstants.
HoistedSynthesizedLocalPrefix
, name, slotIndex) OrElse
Lowering\StateMachineRewriter\StateMachineRewriter.vb (1)
351
proxyName = GeneratedNameConstants.
HoistedSynthesizedLocalPrefix
& slotIndex
Symbols\SynthesizedSymbols\GeneratedNameParser.vb (1)
17
ElseIf name.StartsWith(GeneratedNameConstants.
HoistedSynthesizedLocalPrefix
, StringComparison.Ordinal) Then