2 writes to t_forwardedTypesAttributesInProgress
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (2)
1722t_forwardedTypesAttributesInProgress = PooledHashSet<AttributeSyntax>.GetInstance(); 1742t_forwardedTypesAttributesInProgress = null;
5 references to t_forwardedTypesAttributesInProgress
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceAssemblySymbol.cs (5)
1718var allocate = t_forwardedTypesAttributesInProgress is null; 1741var tofree = t_forwardedTypesAttributesInProgress; 1750bool added = t_forwardedTypesAttributesInProgress.Add(node); 1756bool removed = t_forwardedTypesAttributesInProgress.Remove(node); 1767if (!t_forwardedTypesAttributesInProgress.Contains(node))