7 references to HasPublicKey
Microsoft.CodeAnalysis (4)
MetadataReference\AssemblyIdentity.cs (3)
290
(
HasPublicKey
? AssemblyNameFlags.PublicKey : AssemblyNameFlags.None);
343
Debug.Assert(
HasPublicKey
|| !_lazyPublicKeyToken.IsDefault);
345
return
HasPublicKey
|| _lazyPublicKeyToken.Length > 0;
MetadataReference\AssemblyIdentity.DisplayName.cs (1)
102
if (fullKey &&
HasPublicKey
)
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceAssemblySymbol.cs (3)
597
if (IsDelaySigned && !Identity.
HasPublicKey
)
608
else if (!Identity.
HasPublicKey
)
621
Identity.
HasPublicKey
&&