1 write to _analysesByType
Microsoft.AspNetCore.Analyzers (1)
StartupAnalysis.cs (1)
18
_analysesByType
= analysesByType;
2 references to _analysesByType
Microsoft.AspNetCore.Analyzers (2)
StartupAnalysis.cs (2)
25
if (
_analysesByType
.TryGetValue(type, out var list))
42
if (
_analysesByType
.TryGetValue(type, out var list))