3 references to ModuleName
Microsoft.CodeAnalysis (3)
Emit\CommonPEModuleBuilder.cs (1)
111
/// 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)
2710
CheckPathLength(this.module.
ModuleName
);
2731
moduleName: metadata.GetOrAddString(this.module.
ModuleName
),