2 writes to _lazyStrongNameKeys
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (2)
148
_lazyStrongNameKeys
= StrongNameKeys.Create(compilation.Options.CryptoPublicKey, privateKey: null, hasCounterSignature: false, MessageProvider.Instance);
547
Interlocked.CompareExchange(ref
_lazyStrongNameKeys
, ComputeStrongNameKeys(), null);
3 references to _lazyStrongNameKeys
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceAssemblySymbol.cs (3)
542
if (
_lazyStrongNameKeys
== null)
555
return
_lazyStrongNameKeys
;
2154
if (
_lazyStrongNameKeys
== null)