1 write to _addedEmbeddedSymbols
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\SymbolTranslator.vb (1)
43
Interlocked.CompareExchange(
_addedEmbeddedSymbols
, New ConcurrentSet(Of Symbol)(ReferenceEqualityComparer.Instance), Nothing)
2 references to _addedEmbeddedSymbols
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\SymbolTranslator.vb (2)
42
If
_addedEmbeddedSymbols
Is Nothing Then
47
manager.MarkSymbolAsReferenced(symbol.OriginalDefinition,
_addedEmbeddedSymbols
)