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