4 references to AllIgnoreOptionsSetPool
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Patterns.cs (1)
308typeSet = TypeSymbol.AllIgnoreOptionsSetPool.Allocate();
Symbols\NamedTypeSymbol.cs (1)
1892var set = TypeSymbol.AllIgnoreOptionsSetPool.Allocate();
Utilities\ValueSetFactory.ClosedClassTypeUnionValueSetFactory.cs (1)
65var setBuilder = TypeSymbol.AllIgnoreOptionsSetPool.Allocate();
Utilities\ValueSetFactory.UnionTypeTypeUnionValueSetFactory.cs (1)
27var setBuilder = TypeSymbol.AllIgnoreOptionsSetPool.Allocate();