3 writes to _lazyStrongNameKeys
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceAssemblySymbol.vb (3)
110
_lazyStrongNameKeys
= StrongNameKeys.Create(compilation.Options.CryptoPublicKey, privateKey:=Nothing, hasCounterSignature:=False, MessageProvider.Instance)
1672
Interlocked.CompareExchange(
_lazyStrongNameKeys
, keys, Nothing)
1697
Interlocked.CompareExchange(
_lazyStrongNameKeys
, keys, Nothing)
4 references to _lazyStrongNameKeys
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceAssemblySymbol.vb (4)
1603
If
_lazyStrongNameKeys
Is Nothing Then
1627
If
_lazyStrongNameKeys
Is Nothing Then
1638
Return
_lazyStrongNameKeys
1653
If
_lazyStrongNameKeys
IsNot Nothing Then