4 references to AnonymousDelegatesWithIndexedNames
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\SymbolMatcher.cs (1)
66anonymousDelegatesWithIndexedNames: MapAnonymousDelegatesWithIndexedNames(baseline.AnonymousDelegatesWithIndexedNames),
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\EmitHelpers.cs (1)
85if (!ContainsPreviousAnonymousDelegates(definitionMap, baseline.AnonymousDelegatesWithIndexedNames, moduleBeingBuilt.GetAnonymousDelegatesWithIndexedNames()))
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (2)
70previousGeneration.AnonymousDelegatesWithIndexedNames, 280Debug.Assert(_previousGeneration.AnonymousDelegatesWithIndexedNames.All(p => anonymousDelegates.ContainsKey(p.Key)));