4 references to CodeDelegateInvokeExpression
dotnet-svcutil-lib (4)
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (1)
286
CodeDelegateInvokeExpression raiseEventExpr = new
CodeDelegateInvokeExpression
(
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (1)
415
ifStatement.TrueStatements.Add(new
CodeDelegateInvokeExpression
(propertyChanged, new CodeThisReferenceExpression(), new CodeObjectCreateExpression(typeof(PropertyChangedEventArgs), propertyName)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1711
ifStatement.TrueStatements.Add(new
CodeDelegateInvokeExpression
(propertyChanged, ThisReference, new CodeObjectCreateExpression(typeof(PropertyChangedEventArgs), propertyName)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (1)
818
CodeDelegateInvokeExpression raiseEventExpr = new
CodeDelegateInvokeExpression
(