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