1 write to Type
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
371
Type
= type;
3 references to Type
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (3)
193
if (fix.
Type
is not null)
195
typeSyntax = (TypeSyntax)generator.TypeExpression(fix.
Type
);
196
if (fix.
Type
.IsReferenceType)