Exemple #1
0
 public static void CheckDiagnostics(this CompilationUtil compilationUtil, (string FileName, string Source) source, DiagnosticDescriptor expectedDiagnostic)
 private BindFixture(BindHostBuilder hostTypeInfo, Action <string> testOutputHelper)
 {
     _hostTypeInfo     = hostTypeInfo;
     _testOutputHelper = testOutputHelper;
     _compilation      = new(x => _testOutputHelper(x));
 }