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