1 override of GetTopLevelTypeDefinitions
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
615
public override IEnumerable<Cci.INamespaceTypeDefinition>
GetTopLevelTypeDefinitions
(EmitContext context)
5 references to GetTopLevelTypeDefinitions
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1760
Visit(module.
GetTopLevelTypeDefinitions
(metadataWriter.Context));
PEWriter\MetadataWriter.cs (1)
498
foreach (INamespaceTypeDefinition typeDef in module.
GetTopLevelTypeDefinitions
(Context))
PEWriter\ReferenceIndexer.cs (1)
35
Visit(module.
GetTopLevelTypeDefinitions
(Context));
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
268
return _otherContext.Module.
GetTopLevelTypeDefinitions
(_otherContext);
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
214
Return _otherContext.Module.
GetTopLevelTypeDefinitions
(_otherContext)