3 references to CreateDelegateIfNotNull
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (3)
864
eventAsyncMethod.Statements.Add(
CreateDelegateIfNotNull
(beginOperationDelegate, beginOperationMethod));
865
eventAsyncMethod.Statements.Add(
CreateDelegateIfNotNull
(endOperationDelegate, endOperationMethod));
866
eventAsyncMethod.Statements.Add(
CreateDelegateIfNotNull
(operationCompletedDelegate, operationCompletedMethod));