3 references to ModuleName
Microsoft.CodeAnalysis (3)
Emit\CommonPEModuleBuilder.cs (1)
112
/// If this module represents an assembly, name of the assembly used in AssemblyDef table. Otherwise name of the module same as <see cref="
ModuleName
"/>.
PEWriter\MetadataWriter.cs (2)
2711
CheckPathLength(this.module.
ModuleName
);
2732
moduleName: metadata.GetOrAddString(this.module.
ModuleName
),