コード例 #1
0
 protected async Task VerifyDiagnosticsAsync(string code, DiagnosticLocation expectedLocations)
 {
     await VerifyDiagnosticsAsync(new CodeDescriptor(code), new [] { expectedLocations });
 }
コード例 #2
0
 protected async Task VerifyDiagnosticsAsync(CodeDescriptor descriptor, DiagnosticLocation expectedLocations)
 {
     await VerifyDiagnosticsAsync(descriptor, new [] { expectedLocations });
 }