3 references to CreateDelegateIfNotNull
System.ServiceModel (3)
System\ServiceModel\Description\ClientClassGenerator.cs (3)
865
eventAsyncMethod.Statements.Add(
CreateDelegateIfNotNull
(beginOperationDelegate, beginOperationMethod));
866
eventAsyncMethod.Statements.Add(
CreateDelegateIfNotNull
(endOperationDelegate, endOperationMethod));
867
eventAsyncMethod.Statements.Add(
CreateDelegateIfNotNull
(operationCompletedDelegate, operationCompletedMethod));