2 writes to _symbolOrSymbolWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Errors\LazyObsoleteDiagnosticInfo.cs (2)
21_symbolOrSymbolWithAnnotations = symbol; 28_symbolOrSymbolWithAnnotations = original._symbolOrSymbolWithAnnotations;
3 references to _symbolOrSymbolWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
Errors\LazyObsoleteDiagnosticInfo.cs (3)
28_symbolOrSymbolWithAnnotations = original._symbolOrSymbolWithAnnotations; 42var symbol = (_symbolOrSymbolWithAnnotations as Symbol) ?? ((TypeWithAnnotations)_symbolOrSymbolWithAnnotations).Type;