1 write to _compilation
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\RouteUsageCache.cs (1)
27_compilation = compilation;
2 references to _compilation
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\RouteUsageCache.cs (2)
49var semanticModel = _compilation.GetSemanticModel(syntaxToken.SyntaxTree); 56var wellKnownTypes = WellKnownTypes.GetOrCreate(_compilation);