3 writes to _lazyStrongNameKeys
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceAssemblySymbol.vb (3)
108_lazyStrongNameKeys = StrongNameKeys.Create(compilation.Options.CryptoPublicKey, privateKey:=Nothing, hasCounterSignature:=False, MessageProvider.Instance) 1720Interlocked.CompareExchange(_lazyStrongNameKeys, keys, Nothing) 1745Interlocked.CompareExchange(_lazyStrongNameKeys, keys, Nothing)
4 references to _lazyStrongNameKeys
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceAssemblySymbol.vb (4)
1651If _lazyStrongNameKeys Is Nothing Then 1675If _lazyStrongNameKeys Is Nothing Then 1686Return _lazyStrongNameKeys 1701If _lazyStrongNameKeys IsNot Nothing Then