This commit is contained in:
skx 2021-01-22 19:29:26 +08:00
parent 46c01827d8
commit cdbf323869

View File

@ -69,6 +69,10 @@ namespace SqlSugar
{
return true;
}
if (name.Contains("OutputWaitEtwEvents"))
{
return true;
}
Type attType = typeof(AsyncStateMachineAttribute);
var attrib = (AsyncStateMachineAttribute)method.GetCustomAttribute(attType);
return (attrib != null);