You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@ -46,7 +46,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContractApril2005.HelloOperation(HelloMessageApril2005 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContractApril2005.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContractApril2005.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContractApril2005.BeginHelloOperation(HelloMessageApril2005 message, AsyncCallback callback, object state)
|
||||
@ -61,7 +61,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContractApril2005.ByeOperation(ByeMessageApril2005 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContractApril2005.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContractApril2005.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContractApril2005.BeginByeOperation(ByeMessageApril2005 message, AsyncCallback callback, object state)
|
||||
@ -76,7 +76,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContract11.HelloOperation(HelloMessage11 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContract11.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContract11.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContract11.BeginHelloOperation(HelloMessage11 message, AsyncCallback callback, object state)
|
||||
@ -91,7 +91,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContract11.ByeOperation(ByeMessage11 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContract11.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContract11.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContract11.BeginByeOperation(ByeMessage11 message, AsyncCallback callback, object state)
|
||||
@ -106,7 +106,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContractCD1.HelloOperation(HelloMessageCD1 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContractCD1.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContractCD1.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContractCD1.BeginHelloOperation(HelloMessageCD1 message, AsyncCallback callback, object state)
|
||||
@ -121,7 +121,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContractCD1.ByeOperation(ByeMessageCD1 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContractCD1.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContractCD1.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContractCD1.BeginByeOperation(ByeMessageCD1 message, AsyncCallback callback, object state)
|
||||
|
@ -65,7 +65,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContractApril2005.HelloOperation(HelloMessageApril2005 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContractApril2005.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContractApril2005.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContractApril2005.BeginHelloOperation(HelloMessageApril2005 message, AsyncCallback callback, object state)
|
||||
@ -80,7 +80,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContractApril2005.ByeOperation(ByeMessageApril2005 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContractApril2005.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContractApril2005.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContractApril2005.BeginByeOperation(ByeMessageApril2005 message, AsyncCallback callback, object state)
|
||||
@ -95,7 +95,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContract11.HelloOperation(HelloMessage11 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContract11.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContract11.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContract11.BeginHelloOperation(HelloMessage11 message, AsyncCallback callback, object state)
|
||||
@ -110,7 +110,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContract11.ByeOperation(ByeMessage11 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContract11.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContract11.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContract11.BeginByeOperation(ByeMessage11 message, AsyncCallback callback, object state)
|
||||
@ -125,7 +125,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContractCD1.HelloOperation(HelloMessageCD1 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContractCD1.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContractCD1.HelloOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContractCD1.BeginHelloOperation(HelloMessageCD1 message, AsyncCallback callback, object state)
|
||||
@ -140,7 +140,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IAnnouncementContractCD1.ByeOperation(ByeMessageCD1 message)
|
||||
{
|
||||
Fx.Assert("The [....] method IAnnouncementContractCD1.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IAnnouncementContractCD1.ByeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IAnnouncementContractCD1.BeginByeOperation(ByeMessageCD1 message, AsyncCallback callback, object state)
|
||||
@ -155,7 +155,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractApril2005.ProbeOperation(ProbeMessageApril2005 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractApril2005.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractApril2005.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractApril2005.BeginProbeOperation(ProbeMessageApril2005 request, AsyncCallback callback, object state)
|
||||
@ -170,7 +170,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractApril2005.ResolveOperation(ResolveMessageApril2005 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractApril2005.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractApril2005.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractApril2005.BeginResolveOperation(ResolveMessageApril2005 request, AsyncCallback callback, object state)
|
||||
@ -185,7 +185,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractAdhoc11.ProbeOperation(ProbeMessage11 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractAdhoc11.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractAdhoc11.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractAdhoc11.BeginProbeOperation(ProbeMessage11 request, AsyncCallback callback, object state)
|
||||
@ -200,7 +200,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractAdhoc11.ResolveOperation(ResolveMessage11 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractAdhoc11.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractAdhoc11.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractAdhoc11.BeginResolveOperation(ResolveMessage11 request, AsyncCallback callback, object state)
|
||||
@ -215,7 +215,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
ProbeMatchesMessage11 IDiscoveryContractManaged11.ProbeOperation(ProbeMessage11 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractManaged11.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractManaged11.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
return null;
|
||||
}
|
||||
|
||||
@ -231,7 +231,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
ResolveMatchesMessage11 IDiscoveryContractManaged11.ResolveOperation(ResolveMessage11 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractManaged11.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractManaged11.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
return null;
|
||||
}
|
||||
|
||||
@ -247,7 +247,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractAdhocCD1.ProbeOperation(ProbeMessageCD1 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractAdhocCD1.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractAdhocCD1.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractAdhocCD1.BeginProbeOperation(ProbeMessageCD1 request, AsyncCallback callback, object state)
|
||||
@ -262,7 +262,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractAdhocCD1.ResolveOperation(ResolveMessageCD1 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractAdhocCD1.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractAdhocCD1.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractAdhocCD1.BeginResolveOperation(ResolveMessageCD1 request, AsyncCallback callback, object state)
|
||||
@ -277,7 +277,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
ProbeMatchesMessageCD1 IDiscoveryContractManagedCD1.ProbeOperation(ProbeMessageCD1 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractManagedCD1.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractManagedCD1.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
return null;
|
||||
}
|
||||
|
||||
@ -293,7 +293,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
ResolveMatchesMessageCD1 IDiscoveryContractManagedCD1.ResolveOperation(ResolveMessageCD1 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractManagedCD1.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractManagedCD1.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
@ -69,7 +69,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractApril2005.ProbeOperation(ProbeMessageApril2005 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractApril2005.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractApril2005.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractApril2005.BeginProbeOperation(ProbeMessageApril2005 request, AsyncCallback callback, object state)
|
||||
@ -84,7 +84,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractApril2005.ResolveOperation(ResolveMessageApril2005 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractApril2005.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractApril2005.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractApril2005.BeginResolveOperation(ResolveMessageApril2005 request, AsyncCallback callback, object state)
|
||||
@ -99,7 +99,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractAdhoc11.ProbeOperation(ProbeMessage11 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractAdhoc11.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractAdhoc11.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractAdhoc11.BeginProbeOperation(ProbeMessage11 request, AsyncCallback callback, object state)
|
||||
@ -114,7 +114,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractAdhoc11.ResolveOperation(ResolveMessage11 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractAdhoc11.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractAdhoc11.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractAdhoc11.BeginResolveOperation(ResolveMessage11 request, AsyncCallback callback, object state)
|
||||
@ -129,7 +129,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
ProbeMatchesMessage11 IDiscoveryContractManaged11.ProbeOperation(ProbeMessage11 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractManaged11.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractManaged11.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
return null;
|
||||
}
|
||||
|
||||
@ -145,7 +145,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
ResolveMatchesMessage11 IDiscoveryContractManaged11.ResolveOperation(ResolveMessage11 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractManaged11.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractManaged11.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
|
||||
return null;
|
||||
}
|
||||
@ -162,7 +162,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractAdhocCD1.ProbeOperation(ProbeMessageCD1 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractAdhocCD1.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractAdhocCD1.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractAdhocCD1.BeginProbeOperation(ProbeMessageCD1 request, AsyncCallback callback, object state)
|
||||
@ -177,7 +177,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
void IDiscoveryContractAdhocCD1.ResolveOperation(ResolveMessageCD1 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractAdhocCD1.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractAdhocCD1.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
}
|
||||
|
||||
IAsyncResult IDiscoveryContractAdhocCD1.BeginResolveOperation(ResolveMessageCD1 request, AsyncCallback callback, object state)
|
||||
@ -192,7 +192,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
ProbeMatchesMessageCD1 IDiscoveryContractManagedCD1.ProbeOperation(ProbeMessageCD1 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractManagedCD1.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractManagedCD1.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
return null;
|
||||
}
|
||||
|
||||
@ -208,7 +208,7 @@ namespace System.ServiceModel.Discovery
|
||||
|
||||
ResolveMatchesMessageCD1 IDiscoveryContractManagedCD1.ResolveOperation(ResolveMessageCD1 request)
|
||||
{
|
||||
Fx.Assert("The [....] method IDiscoveryContractManagedCD1.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
Fx.Assert("The sync method IDiscoveryContractManagedCD1.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user