2 references to IsBegin
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
913return IsBegin(opSettings, method);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
865bool isAsync = isTask ? false : ServiceReflector.IsBegin(opAttr, methodInfo);