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