Ejemplo n.º 1
0
 protected async Task VerifyDiagnosticsAsync(string code, DiagnosticLocation expectedLocations)
 {
     await VerifyDiagnosticsAsync(new CodeDescriptor(code), new [] { expectedLocations });
 }
Ejemplo n.º 2
0
 protected async Task VerifyDiagnosticsAsync(CodeDescriptor descriptor, DiagnosticLocation expectedLocations)
 {
     await VerifyDiagnosticsAsync(descriptor, new [] { expectedLocations });
 }