2 writes to t_forwardedTypesAttributesInProgress
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (2)
1721t_forwardedTypesAttributesInProgress = PooledHashSet<AttributeSyntax>.GetInstance(); 1741t_forwardedTypesAttributesInProgress = null;
5 references to t_forwardedTypesAttributesInProgress
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceAssemblySymbol.cs (5)
1717var allocate = t_forwardedTypesAttributesInProgress is null; 1740var tofree = t_forwardedTypesAttributesInProgress; 1749bool added = t_forwardedTypesAttributesInProgress.Add(node); 1755bool removed = t_forwardedTypesAttributesInProgress.Remove(node); 1766if (!t_forwardedTypesAttributesInProgress.Contains(node))