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