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