1 instantiation of RootModuleType
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
618
_rootModuleType = new Cci.
RootModuleType
(this);
2 references to RootModuleType
Microsoft.CodeAnalysis (2)
Emit\CommonPEModuleBuilder.cs (2)
598
private readonly Cci.
RootModuleType
_rootModuleType;
621
public Cci.
RootModuleType
RootModuleType => _rootModuleType;