1 write to _removedLazyRootDeclarations
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTable.Builder.cs (1)
27
_removedLazyRootDeclarations
= new List<Lazy<RootSingleNamespaceDeclaration>>();
7 references to _removedLazyRootDeclarations
Microsoft.CodeAnalysis.CSharp (7)
Declarations\DeclarationTable.Builder.cs (7)
52
_removedLazyRootDeclarations
.Add(lazyRootDeclaration);
110
if (
_removedLazyRootDeclarations
.Count == 0)
115
if (
_removedLazyRootDeclarations
.Count == 1)
117
var firstDeclaration =
_removedLazyRootDeclarations
[0];
136
var isLatestRemoved = _table._latestLazyRootDeclaration != null &&
_removedLazyRootDeclarations
.Contains(_table._latestLazyRootDeclaration);
138
var newOlderRootDeclarations = _table._allOlderRootDeclarations.RemoveRange(
_removedLazyRootDeclarations
);
144
_removedLazyRootDeclarations
.Clear();