2 writes to _lazyStrongNameKeys
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (2)
150
_lazyStrongNameKeys
= StrongNameKeys.Create(compilation.Options.CryptoPublicKey, privateKey: null, hasCounterSignature: false, MessageProvider.Instance);
543
Interlocked.CompareExchange(ref
_lazyStrongNameKeys
, ComputeStrongNameKeys(), null);
3 references to _lazyStrongNameKeys
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceAssemblySymbol.cs (3)
538
if (
_lazyStrongNameKeys
== null)
551
return
_lazyStrongNameKeys
;
2129
if (
_lazyStrongNameKeys
== null)