mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
-
This commit is contained in:
parent
46c01827d8
commit
cdbf323869
@ -69,6 +69,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (name.Contains("OutputWaitEtwEvents"))
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
Type attType = typeof(AsyncStateMachineAttribute);
|
Type attType = typeof(AsyncStateMachineAttribute);
|
||||||
var attrib = (AsyncStateMachineAttribute)method.GetCustomAttribute(attType);
|
var attrib = (AsyncStateMachineAttribute)method.GetCustomAttribute(attType);
|
||||||
return (attrib != null);
|
return (attrib != null);
|
||||||
|
Loading…
Reference in New Issue
Block a user