1 write to Context
Microsoft.AspNetCore.Mvc.Analyzers (1)
ViewFeaturesAnalyzerContext.cs (1)
15
Context
= context;
2 references to Context
Microsoft.AspNetCore.Mvc.Analyzers (2)
AvoidHtmlPartialAnalyzer.cs (1)
21
analyzerContext.
Context
.RegisterOperationAction(context =>
ViewFeaturesAnalyzerContext.cs (1)
26
private INamedTypeSymbol GetType(string name) =>
Context
.Compilation.GetTypeByMetadataName(name);