4 references to SetCreationExpression
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (4)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardSetAddOrRemoveByContainsTests.cs (4)
2232private readonly {{setType}} MySet = {{SetCreationExpression(setType)}} 2248private readonly {{setType}} MySet = {{SetCreationExpression(setType)}} 2277private readonly {{interfaceType}} MySet = {{SetCreationExpression(concreteType)}} 2293private readonly {{interfaceType}} MySet = {{SetCreationExpression(concreteType)}}