45 references to CodeObjectCreateExpression
dotnet-svcutil-lib (45)
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (1)
276newEventArgsExpr = new CodeObjectCreateExpression(typeof(AsyncCompletedEventArgs),
CodeDomFixup\ConfigToCode.cs (2)
254new CodeObjectCreateExpression( 383new CodeObjectCreateExpression(
CodeDomFixup\MethodCreationHelper.cs (37)
270new CodeObjectCreateExpression(typeof(WSHttpBinding)))); 279new CodeObjectCreateExpression(typeof(WSHttpBinding)))); 411new CodeObjectCreateExpression(typeof(WS2007HttpBinding)))); 420new CodeObjectCreateExpression(typeof(WS2007HttpBinding)))); 583new CodeObjectCreateExpression(typeof(WSHttpBinding), 599new CodeObjectCreateExpression(typeof(EndpointAddress), 600new CodeObjectCreateExpression(typeof(Uri), 628new CodeObjectCreateExpression(typeof(System.ServiceModel.Federation.WSFederationHttpBinding), wsTrustTokenVar))); 787new CodeObjectCreateExpression(typeof(WSHttpBinding), 803new CodeObjectCreateExpression(typeof(EndpointAddress), 804new CodeObjectCreateExpression(typeof(Uri), 832new CodeObjectCreateExpression(typeof(System.ServiceModel.Federation.WSFederationHttpBinding), wsTrustTokenVar))); 959new CodeObjectCreateExpression(typeof(CustomBinding)))); 968new CodeObjectCreateExpression(typeof(CustomBinding)))); 1102new CodeObjectCreateExpression(typeof(SslStreamSecurityBindingElement)))); 1113new CodeObjectCreateExpression(typeof(WindowsStreamSecurityBindingElement)))); 1206new CodeObjectCreateExpression(typeof(TcpTransportBindingElement))); 1301new CodeObjectCreateExpression(typeof(NamedPipeTransportBindingElement))); 1352return new CodeObjectCreateExpression(typeof(TimeSpan), new CodePrimitiveExpression(value.Ticks)); 1364new CodeObjectCreateExpression(bindingElementType)); 1430new CodeObjectCreateExpression(typeof(BinaryMessageEncodingBindingElement)))); 1439new CodeObjectCreateExpression(typeof(MtomMessageEncodingBindingElement))); 1481new CodeObjectCreateExpression(typeof(TextMessageEncodingBindingElement))); 1523new CodeObjectCreateExpression(typeof(ReliableSessionBindingElement))); 1692new CodeObjectCreateExpression(typeof(NetTcpBinding)))); 1701new CodeObjectCreateExpression(typeof(NetTcpBinding)))); 1799new CodeObjectCreateExpression(typeof(NetNamedPipeBinding)))); 1884new CodeObjectCreateExpression(typeof(BasicHttpBinding)))); 1893new CodeObjectCreateExpression(typeof(BasicHttpBinding)))); 1991new CodeObjectCreateExpression(typeof(NetHttpBinding)))); 2000new CodeObjectCreateExpression(typeof(NetHttpBinding)))); 2142createIdentityExpression = new CodeObjectCreateExpression(identity.GetType(), new CodePrimitiveExpression(identity.IdentityClaim.Resource)); 2147createEndpointAddressExpression = new CodeObjectCreateExpression( 2149new CodeObjectCreateExpression( 2156createEndpointAddressExpression = new CodeObjectCreateExpression( 2213new CodeObjectCreateExpression( 2223new CodeObjectCreateExpression(
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (1)
415ifStatement.TrueStatements.Add(new CodeDelegateInvokeExpression(propertyChanged, new CodeThisReferenceExpression(), new CodeObjectCreateExpression(typeof(PropertyChangedEventArgs), propertyName)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
1225typeNameField.InitExpression = new CodeObjectCreateExpression(Globals.TypeOfXmlQualifiedName, new CodePrimitiveExpression(typeName.Name), new CodePrimitiveExpression(typeName.Namespace)); 1711ifStatement.TrueStatements.Add(new CodeDelegateInvokeExpression(propertyChanged, ThisReference, new CodeObjectCreateExpression(typeof(PropertyChangedEventArgs), propertyName)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityAttributeGenerationHelper.cs (1)
40newValue = new CodeObjectCreateExpression(
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (1)
810newEventArgsExpr = new CodeObjectCreateExpression(s_asyncCompletedEventArgsType,