11 references to AnonymousTypes
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\EmitBaseline.cs (3)
419
Debug.Assert(synthesizedTypes.
AnonymousTypes
.Count >= _synthesizedTypes.
AnonymousTypes
.Count);
562
foreach (var (typeKey, typeValue) in SynthesizedTypes.
AnonymousTypes
)
Emit\EditAndContinue\SymbolMatcher.cs (2)
189
MapAnonymousTypesAndDelegatesWithUniqueKey(previousTypes.
AnonymousTypes
, newTypes.
AnonymousTypes
),
Emit\EditAndContinue\SynthesizedTypeMaps.cs (1)
18
=>
AnonymousTypes
.IsEmpty && AnonymousDelegates.IsEmpty && AnonymousDelegatesWithIndexedNames.IsEmpty;
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
491
return _otherSynthesizedTypes.
AnonymousTypes
.TryGetValue(typeTemplate.GetAnonymousTypeKey(), out otherType);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\EditAndContinue\SymbolMatcherTests.cs (3)
486
var anonymousTypeMap0 = synthesizedTypes0.
AnonymousTypes
;
556
var anonymousTypeMap0 = synthesizedTypes0.
AnonymousTypes
;
1111
var anonymousTypeMap0 = synthesizedTypes0.
AnonymousTypes
;
Roslyn.Test.PdbUtilities (1)
EditAndContinue\EditAndContinueTest.GenerationVerifier.cs (1)
130
.. map.
AnonymousTypes
.Values.Select(t => t.Type.GetInternalSymbol()!),