9 instantiations of CodeStatementCollection
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.CodeDom\System\CodeCatchClause.cs (1)
108_statements = new CodeStatementCollection();
FrameworkFork\Microsoft.CodeDom\System\CodeConditionStatement.cs (2)
26private CodeStatementCollection _trueStatments = new CodeStatementCollection(); 27private CodeStatementCollection _falseStatments = new CodeStatementCollection();
FrameworkFork\Microsoft.CodeDom\System\CodeIterationStatement.cs (1)
28private CodeStatementCollection _statements = new CodeStatementCollection();
FrameworkFork\Microsoft.CodeDom\System\CodeMemberMethod.cs (1)
26private CodeStatementCollection _statements = new CodeStatementCollection();
FrameworkFork\Microsoft.CodeDom\System\CodeMemberProperty.cs (2)
29private CodeStatementCollection _getStatements = new CodeStatementCollection(); 30private CodeStatementCollection _setStatements = new CodeStatementCollection();
FrameworkFork\Microsoft.CodeDom\System\CodeTryCatchFinallyStatement.cs (2)
24private CodeStatementCollection _tryStatments = new CodeStatementCollection(); 25private CodeStatementCollection _finallyStatments = new CodeStatementCollection();
62 references to CodeStatementCollection
dotnet-svcutil-lib (62)
CodeDomFixup\MethodCreationHelper.cs (23)
148private static void AddBindingConfiguration(CodeStatementCollection statements, Binding binding) 214private static void AddIssuerBindingConfiguration(CodeStatementCollection statements, Binding binding) 257private static void AddWSHttpBindingConfiguration(CodeStatementCollection statements, WSHttpBinding wsHttp, bool isIssuerBinding = false) 398private static void AddWS2007HttpBindingConfiguration(CodeStatementCollection statements, WS2007HttpBinding ws2007Http, bool isIssuerBinding = false) 539private static void AddWSFederationBindingConfiguration(CodeStatementCollection statements, WSFederationHttpBinding wsFedHttp, bool isIssuerBinding = false) 743private static void AddWS2007FederationBindingConfiguration(CodeStatementCollection statements, WS2007FederationHttpBinding ws2007FedHttp, bool isIssuerBinding = false) 947private static void AddCustomBindingConfiguration(CodeStatementCollection statements, CustomBinding custom, bool isIssuerBinding = false) 1094private static void AddSslStreamSecurityBindingElement(CodeStatementCollection statements, CodeVariableReferenceExpression customBinding) 1105private static void AddWinStreamSecurityBindingElement(CodeStatementCollection statements, CodeVariableReferenceExpression customBinding) 1116private static void AddTransportSecurityBindingElement(CodeStatementCollection statements, CodeVariableReferenceExpression customBinding, TransportSecurityBindingElement bindingElement) 1200private static void AddTcpBindingElement(CodeStatementCollection statements, CodeVariableReferenceExpression customBinding, TcpTransportBindingElement bindingElement) 1295private static void AddNamedPipeBindingElement(CodeStatementCollection statements, CodeVariableReferenceExpression customBinding, NamedPipeTransportBindingElement bindingElement) 1355private static void AddHttpBindingElement(CodeStatementCollection statements, CodeVariableReferenceExpression customBinding, HttpTransportBindingElement bindingElement) 1422private static void AddBinaryBindingElement(CodeStatementCollection statements, CodeVariableReferenceExpression customBinding) 1433private static void AddMtomBindingElement(CodeStatementCollection statements, CodeVariableReferenceExpression customBinding, MtomMessageEncodingBindingElement bindingElement) 1475private static void AddTextBindingElement(CodeStatementCollection statements, CodeVariableReferenceExpression customBinding, TextMessageEncodingBindingElement bindingElement) 1517private static void AddReliableSessionBindingElement(CodeStatementCollection statements, CodeVariableReferenceExpression customBinding, ReliableSessionBindingElement bindingElement) 1679private static void AddNetTcpBindingConfiguration(CodeStatementCollection statements, NetTcpBinding netTcp, bool isIssuerBinding = false) 1789private static void AddNamedPipeBindingConfiguration(CodeStatementCollection statements, NetNamedPipeBinding namedPipe) 1871private static void AddBasicHttpBindingConfiguration(CodeStatementCollection statements, BasicHttpBinding basicHttp, bool isIssuerBinding = false) 1977private static void AddNetHttpBindingConfiguration(CodeStatementCollection statements, NetHttpBinding netHttp, bool isIssuerBinding = false) 2094private static void MaxOutProperties(CodeStatementCollection statements, CodeVariableReferenceExpression resultVar) 2118private static void WSHttpMaxOutProperties(CodeStatementCollection statements, CodeVariableReferenceExpression resultVar)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
1161protected void GenerateStatements(CodeStatementCollection stms)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (3)
504private void ValidateStatements(CodeStatementCollection stms) 547CodeStatementCollection falseStatemetns = e.FalseStatements; 570CodeStatementCollection finallyStatements = e.FinallyStatements;
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
1237private void GenerateStatements(CodeStatementCollection stms) 1635CodeStatementCollection falseStatemetns = e.FalseStatements; 1696CodeStatementCollection finallyStatements = e.FinallyStatements;
FrameworkFork\Microsoft.CodeDom\System\CodeCatchClause.cs (2)
23private CodeStatementCollection _statements; 102public CodeStatementCollection Statements
FrameworkFork\Microsoft.CodeDom\System\CodeConditionStatement.cs (4)
26private CodeStatementCollection _trueStatments = new CodeStatementCollection(); 27private CodeStatementCollection _falseStatments = new CodeStatementCollection(); 86public CodeStatementCollection TrueStatements 102public CodeStatementCollection FalseStatements
FrameworkFork\Microsoft.CodeDom\System\CodeIterationStatement.cs (2)
28private CodeStatementCollection _statements = new CodeStatementCollection(); 112public CodeStatementCollection Statements
FrameworkFork\Microsoft.CodeDom\System\CodeMemberMethod.cs (2)
26private CodeStatementCollection _statements = new CodeStatementCollection(); 87public CodeStatementCollection Statements
FrameworkFork\Microsoft.CodeDom\System\CodeMemberProperty.cs (4)
29private CodeStatementCollection _getStatements = new CodeStatementCollection(); 30private CodeStatementCollection _setStatements = new CodeStatementCollection(); 133public CodeStatementCollection GetStatements 146public CodeStatementCollection SetStatements
FrameworkFork\Microsoft.CodeDom\System\CodeStatementCollection.cs (14)
26/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeStatementCollection'/>. 35/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeStatementCollection'/> based on another <see cref='Microsoft.CodeDom.CodeStatementCollection'/>. 38public CodeStatementCollection(CodeStatementCollection value) 45/// Initializes a new instance of <see cref='Microsoft.CodeDom.CodeStatementCollection'/> containing any array of <see cref='Microsoft.CodeDom.CodeStatement'/> objects. 70/// <see cref='Microsoft.CodeDom.CodeStatementCollection'/> .</para> 87/// <para>Copies the elements of an array to the end of the <see cref='Microsoft.CodeDom.CodeStatementCollection'/>.</para> 103/// Adds the contents of another <see cref='Microsoft.CodeDom.CodeStatementCollection'/> to the end of the collection. 106public void AddRange(CodeStatementCollection value) 121/// <see cref='Microsoft.CodeDom.CodeStatementCollection'/> contains the specified <see cref='Microsoft.CodeDom.CodeStatement'/>.</para> 129/// <para>Copies the <see cref='Microsoft.CodeDom.CodeStatementCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the 139/// the <see cref='Microsoft.CodeDom.CodeStatementCollection'/> .</para> 147/// <para>Inserts a <see cref='Microsoft.CodeDom.CodeStatement'/> into the <see cref='Microsoft.CodeDom.CodeStatementCollection'/> at the specified index.</para> 156/// <see cref='Microsoft.CodeDom.CodeStatementCollection'/> .</para>
FrameworkFork\Microsoft.CodeDom\System\CodeTryCatchFinallyStatement.cs (4)
24private CodeStatementCollection _tryStatments = new CodeStatementCollection(); 25private CodeStatementCollection _finallyStatments = new CodeStatementCollection(); 68public CodeStatementCollection TryStatements 95public CodeStatementCollection FinallyStatements