3 references to GetTopLevelTypeDefinitionsCore
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
654foreach (var typeDef in GetTopLevelTypeDefinitionsCore(context))
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
291foreach (var typeDef in GetTopLevelTypeDefinitionsCore(context))
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (1)
276For Each typeDef In GetTopLevelTypeDefinitionsCore(context)