2 references to new
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractUseAutoPropertyAnalyzer.cs (2)
37
private static readonly ObjectPool<ConcurrentSet<IFieldSymbol>> s_fieldSetPool = new(() =>
new
());
38
private static readonly ObjectPool<ConcurrentSet<SyntaxNode>> s_nodeSetPool = new(() =>
new
());