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