Exemple #1
0
 public HostCompilationStartAnalysisScope(HostSessionStartAnalysisScope sessionScope)
 {
     _sessionScope = sessionScope;
 }
Exemple #2
0
 public AnalyzerAnalysisContext(DiagnosticAnalyzer analyzer, HostSessionStartAnalysisScope scope)
 {
     _analyzer = analyzer;
     _scope    = scope;
 }