6 references to SynthesizedTypes
Microsoft.CodeAnalysis (4)
Compilation\Compilation.cs (1)
3474var mappedSynthesizedTypes = matcher.MapSynthesizedTypes(previousGeneration.SynthesizedTypes, currentSynthesizedTypes);
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
200var synthesizedTypes = (_previousGeneration.Ordinal == 0) ? module.GetAllSynthesizedTypes() : _previousGeneration.SynthesizedTypes;
Emit\EditAndContinue\EmitBaseline.cs (2)
562foreach (var (typeKey, typeValue) in SynthesizedTypes.AnonymousTypes) 581foreach (var (typeKey, typeValues) in SynthesizedTypes.AnonymousDelegatesWithIndexedNames)
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\EmitHelpers.cs (1)
85otherSynthesizedTypes: baseline.SynthesizedTypes,
Roslyn.Test.PdbUtilities (1)
EditAndContinue\EditAndContinueTest.GenerationVerifier.cs (1)
126var map = generationInfo.CompilationVerifier?.TestData.Module!.GetAllSynthesizedTypes() ?? generationInfo.Baseline.SynthesizedTypes;