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