2 references to GetSynthesizedFields
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (1)
1713GetStateMachineSlotDebugInfo(moduleBuilder, moduleBuilder.GetSynthesizedFields(stateMachineTypeOpt), variableSlotAllocatorOpt, diagnosticsForThisMethod, out stateMachineHoistedLocalSlots, out stateMachineAwaiterSlots);
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
440IEnumerable<Cci.IFieldDefinition> generated = ((PEModuleBuilder)context.Module).GetSynthesizedFields(AdaptedNamedTypeSymbol);