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