protected async Task VerifyDiagnosticsAsync(string code, DiagnosticLocation expectedLocations) { await VerifyDiagnosticsAsync(new CodeDescriptor(code), new [] { expectedLocations }); }
protected async Task VerifyDiagnosticsAsync(CodeDescriptor descriptor, DiagnosticLocation expectedLocations) { await VerifyDiagnosticsAsync(descriptor, new [] { expectedLocations }); }