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)
49
var semanticModel =
_compilation
.GetSemanticModel(syntaxToken.SyntaxTree);
56
var wellKnownTypes = WellKnownTypes.GetOrCreate(
_compilation
);