Base:
property
Identity
Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol.Identity
Implemented interface member:
property
Identity
Microsoft.CodeAnalysis.Symbols.IAssemblySymbolInternal.Identity
9 references to Identity
Microsoft.CodeAnalysis.CSharp (9)
Compilation\CSharpCompilation.cs (2)
3089
string fileVersion = sourceAssembly.FileVersion ?? sourceAssembly.
Identity
.Version.ToString();
3098
assemblyVersion: sourceAssembly.
Identity
.Version,
Emitter\Model\PEAssemblyBuilder.cs (1)
190
public AssemblyIdentity Identity => _sourceAssembly.
Identity
;
Symbols\Retargeting\RetargetingAssemblySymbol.cs (1)
150
return _underlyingAssembly.
Identity
;
Symbols\Source\SourceAssemblySymbol.cs (5)
592
if (IsDelaySigned && !
Identity
.HasPublicKey)
603
else if (!
Identity
.HasPublicKey)
616
Identity
.HasPublicKey &&
728
if (!this.
Identity
.IsStrongName)
2096
otherAssembly.Identity, this.
Identity
);