Implemented interface member:
method
GetAnonymousDelegatesWithIndexedNames
Microsoft.CodeAnalysis.Emit.IPEDeltaAssemblyBuilder.GetAnonymousDelegatesWithIndexedNames()
2 references to GetAnonymousDelegatesWithIndexedNames
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\EmitHelpers.cs (2)
85
if (!ContainsPreviousAnonymousDelegates(definitionMap, baseline.AnonymousDelegatesWithIndexedNames, moduleBeingBuilt.
GetAnonymousDelegatesWithIndexedNames
()))
184
var anonymousDelegatesWithIndexedNames = moduleBeingBuilt.
GetAnonymousDelegatesWithIndexedNames
();