4 references to DictionaryCreationExpression
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (4)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardDictionaryRemoveByContainsKeyTests.cs (4)
2253
private readonly {{dictionaryType}} MyDictionary = {{
DictionaryCreationExpression
(dictionaryType)}}
2269
private readonly {{dictionaryType}} MyDictionary = {{
DictionaryCreationExpression
(dictionaryType)}}
2300
private readonly {{interfaceType}} MyDictionary = {{
DictionaryCreationExpression
(concreteType)}}
2316
private readonly {{interfaceType}} MyDictionary = {{
DictionaryCreationExpression
(concreteType)}}