2 writes to t_forwardedTypesAttributesInProgress
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (2)
1712
t_forwardedTypesAttributesInProgress
= PooledHashSet<AttributeSyntax>.GetInstance();
1732
t_forwardedTypesAttributesInProgress
= null;
5 references to t_forwardedTypesAttributesInProgress
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceAssemblySymbol.cs (5)
1708
var allocate =
t_forwardedTypesAttributesInProgress
is null;
1731
var tofree =
t_forwardedTypesAttributesInProgress
;
1740
bool added =
t_forwardedTypesAttributesInProgress
.Add(node);
1746
bool removed =
t_forwardedTypesAttributesInProgress
.Remove(node);
1757
if (!
t_forwardedTypesAttributesInProgress
.Contains(node))