Home
last modified time | relevance | path

Searched refs:SetStatements (Results 1 – 25 of 135) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/CodeTypeMembers/
H A DCodeMemberPropertyTests.cs24 Assert.Empty(property.SetStatements); in Ctor_Default()
96 property.SetStatements.Add(statement1); in HasSet_AddedSetStatements_ReturnsTrue()
98 Assert.Equal(new CodeStatement[] { statement1 }, property.SetStatements.Cast<CodeStatement>()); in HasSet_AddedSetStatements_ReturnsTrue()
101 property.SetStatements.Add(statement2); in HasSet_AddedSetStatements_ReturnsTrue()
104 …Assert.Equal(new CodeStatement[] { statement1, statement2 }, property.SetStatements.Cast<CodeState… in HasSet_AddedSetStatements_ReturnsTrue()
114 property.SetStatements.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression("value"))); in HasSet_SetFalse_RemovesAllSetStatements()
117 Assert.Empty(property.SetStatements); in HasSet_SetFalse_RemovesAllSetStatements()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodb/include/aws/dynamodb/model/
H A DBatchExecuteStatementRequest.h51 …inline void SetStatements(const Aws::Vector<BatchStatementRequest>& value) { m_statementsHasBeenSe… in SetStatements() function
56 …inline void SetStatements(Aws::Vector<BatchStatementRequest>&& value) { m_statementsHasBeenSet = t… in SetStatements() function
61 …st& WithStatements(const Aws::Vector<BatchStatementRequest>& value) { SetStatements(value); return… in WithStatements()
66 …Request& WithStatements(Aws::Vector<BatchStatementRequest>&& value) { SetStatements(std::move(valu… in WithStatements()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-serverlessrepo/include/aws/serverlessrepo/model/
H A DGetApplicationPolicyResult.h44 …inline void SetStatements(const Aws::Vector<ApplicationPolicyStatement>& value) { m_statements = v… in SetStatements() function
49 …inline void SetStatements(Aws::Vector<ApplicationPolicyStatement>&& value) { m_statements = std::m… in SetStatements() function
54 …ithStatements(const Aws::Vector<ApplicationPolicyStatement>& value) { SetStatements(value); return… in WithStatements()
59 …lt& WithStatements(Aws::Vector<ApplicationPolicyStatement>&& value) { SetStatements(std::move(valu… in WithStatements()
H A DPutApplicationPolicyResult.h44 …inline void SetStatements(const Aws::Vector<ApplicationPolicyStatement>& value) { m_statements = v… in SetStatements() function
49 …inline void SetStatements(Aws::Vector<ApplicationPolicyStatement>&& value) { m_statements = std::m… in SetStatements() function
54 …ithStatements(const Aws::Vector<ApplicationPolicyStatement>& value) { SetStatements(value); return… in WithStatements()
59 …lt& WithStatements(Aws::Vector<ApplicationPolicyStatement>&& value) { SetStatements(std::move(valu… in WithStatements()
H A DPutApplicationPolicyRequest.h91 …inline void SetStatements(const Aws::Vector<ApplicationPolicyStatement>& value) { m_statementsHasB… in SetStatements() function
96 …inline void SetStatements(Aws::Vector<ApplicationPolicyStatement>&& value) { m_statementsHasBeenSe… in SetStatements() function
101 …ithStatements(const Aws::Vector<ApplicationPolicyStatement>& value) { SetStatements(value); return… in WithStatements()
106 …st& WithStatements(Aws::Vector<ApplicationPolicyStatement>&& value) { SetStatements(std::move(valu… in WithStatements()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wafv2/include/aws/wafv2/model/
H A DAndStatement.h59 …inline void SetStatements(const Aws::Vector<Statement>& value) { m_statementsHasBeenSet = true; m_… in SetStatements() function
65 …inline void SetStatements(Aws::Vector<Statement>&& value) { m_statementsHasBeenSet = true; m_state… in SetStatements() function
71 …inline AndStatement& WithStatements(const Aws::Vector<Statement>& value) { SetStatements(value); r… in WithStatements()
77 …inline AndStatement& WithStatements(Aws::Vector<Statement>&& value) { SetStatements(std::move(valu… in WithStatements()
H A DOrStatement.h59 …inline void SetStatements(const Aws::Vector<Statement>& value) { m_statementsHasBeenSet = true; m_… in SetStatements() function
65 …inline void SetStatements(Aws::Vector<Statement>&& value) { m_statementsHasBeenSet = true; m_state… in SetStatements() function
71 …inline OrStatement& WithStatements(const Aws::Vector<Statement>& value) { SetStatements(value); re… in WithStatements()
77 …inline OrStatement& WithStatements(Aws::Vector<Statement>&& value) { SetStatements(std::move(value… in WithStatements()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/
H A DCodeMemberProperty.cs40 get { return _hasSet || SetStatements.Count > 0; }
46 SetStatements.Clear();
53 public CodeStatementCollection SetStatements { get; } = new CodeStatementCollection(); property in System.CodeDom.CodeMemberProperty
/dports/devel/msbuild/msbuild-0.06/src/Tasks/XamlTaskFactory/
H A DTaskGenerator.cs730 propertyName.SetStatements.Add(setStatement); in GenerateAssignPropertyToValue()
809 propertyName.SetStatements.Add(setInclude); in GenerateCommon()
834 propertyName.SetStatements.Add(setValue); in GenerateCommonSetStatements()
854 propertyName.SetStatements.Add(setToolName); in GenerateITaskItemArray()
894 propertyName.SetStatements.Add(isValid); in GenerateIntegers()
900 propertyName.SetStatements.Add(setToolName); in GenerateIntegers()
920 propertyName.SetStatements.Add(setToolName); in GenerateBooleans()
966 propertyName.SetStatements.Add(createArray); in GenerateStrings()
974 propertyName.SetStatements.Add(indexDecl); in GenerateStrings()
1023 propertyName.SetStatements.Add(setToolName); in GenerateStrings()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift-data/include/aws/redshift-data/model/
H A DListStatementsResult.h109 inline void SetStatements(const Aws::Vector<StatementData>& value) { m_statements = value; } in SetStatements() function
114 … inline void SetStatements(Aws::Vector<StatementData>&& value) { m_statements = std::move(value); } in SetStatements() function
119 …entsResult& WithStatements(const Aws::Vector<StatementData>& value) { SetStatements(value); return… in WithStatements()
124 …inline ListStatementsResult& WithStatements(Aws::Vector<StatementData>&& value) { SetStatements(st… in WithStatements()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity.Design/System/Data/EntityModel/Emitters/
H A DNavigationPropertyEmitter.cs153 property.SetStatements.AddRange(additionalSetStatements.ToArray()); in EmitNavigationProperty()
195 property.SetStatements.Add( in EmitNavigationProperty()
213 property.SetStatements.Add( in EmitNavigationProperty()
242 property.SetStatements.Add( in EmitNavigationProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeMemberProperty.cs129 public CodeStatementCollection SetStatements { property in System.CodeDom.CodeMemberProperty
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DCodeExporter.cs317 prop.SetStatements.Add(propertySet); in CreatePropertyDeclaration()
318 …prop.SetStatements.Add(new CodeMethodInvokeExpression(new CodeThisReferenceExpression(), RaiseProp… in CreatePropertyDeclaration()
321 prop.SetStatements.Add(propertySet); in CreatePropertyDeclaration()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/Test/System.Resources.Tools/
H A DStronglyTypedResourceBuilderCodeDomTest.cs259 Assert.AreEqual (1, culture.SetStatements.Count); in CultureProperty()
261 … ((CodeFieldReferenceExpression)((CodeAssignStatement)culture.SetStatements [0]).Left).FieldName); in CultureProperty()
263 ((CodeAssignStatement)culture.SetStatements [0]).Right); in CultureProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeMemberPropertyCas.cs65 Assert.AreEqual (0, cmp.SetStatements.Count, "SetStatements"); in Constructor0_Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/
H A DCodeTaskFactory.cs152 …prop.SetStatements.Add (new CodeAssignStatement (new CodeFieldReferenceExpression (new CodeThisRef… in Initialize()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/
H A DCSharpCodeGenerationTests.cs1768 …prop1.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression("int1"), new C… in Properties()
1778 …overrideProp.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression("tempSt… in Properties()
1792 …configuredProp.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression("int1… in Properties()
2203 … indexerProperty.SetStatements.Add(new CodeAssignStatement(new CodeArrayIndexerExpression( in Indexers()
2217 … indexerProperty.SetStatements.Add(new CodeAssignStatement(new CodeArrayIndexerExpression( in Indexers()
2507 …property.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(fieldName1)… in GlobalKeyword()
2515 …property2.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(fieldName2… in GlobalKeyword()
2625 prop.SetStatements.Add(new CodeAssignStatement(new CodeFieldReferenceExpression(new in ProviderSupports()
3039 … prop.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression("number"), in ProviderSupports()
H A DVBCodeGenerationTests.cs1682 …prop1.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression("int1"), new C… in Properties()
1692 …overrideProp.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression("tempSt… in Properties()
1706 …configuredProp.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression("int1… in Properties()
2100 … indexerProperty.SetStatements.Add(new CodeAssignStatement(new CodeArrayIndexerExpression( in Indexers()
2114 … indexerProperty.SetStatements.Add(new CodeAssignStatement(new CodeArrayIndexerExpression( in Indexers()
2304 …property.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(fieldName1)… in GlobalKeyword()
2312 …property2.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(fieldName2… in GlobalKeyword()
2416 prop.SetStatements.Add(new CodeAssignStatement(new CodeFieldReferenceExpression(new in ProviderSupports()
2838 … prop.SetStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression("number"), in ProviderSupports()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbMetal/Generator/Implementation/CodeDomGenerator/
H A DAbstractCodeDomGenerator.cs247 property.SetStatements.Add in GenerateTableClass()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DProfileBuildProvider.cs221 prop.SetStatements.Add(setLine); in CreateCodeForProperty()
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/
H A Dapi.go1624 func (s *GetApplicationPolicyOutput) SetStatements(v []*ApplicationPolicyStatement) *GetApplication… func
2029 func (s *PutApplicationPolicyInput) SetStatements(v []*ApplicationPolicyStatement) *PutApplicationP… func
2052 func (s *PutApplicationPolicyOutput) SetStatements(v []*ApplicationPolicyStatement) *PutApplication… func
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbMetal/Generator/
H A DCodeDomGenerator.cs766 … property.SetStatements.Add(new CodeConditionStatement(condition, whenUpdating.ToArray())); in GenerateTableClass()
1183 property.SetStatements.Add(new CodeAssignStatement( in GenerateEntityChildren()
1411 property.SetStatements.Add(new CodeConditionStatement( in GenerateEntityParents()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Resources.Tools/
H A DStronglyTypedResourceBuilder.cs370 cultureProp.SetStatements.Add (new CodeAssignStatement ( in GenerateCultureProp()
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/
H A Dapi.go1968 func (s *GetApplicationPolicyOutput) SetStatements(v []*ApplicationPolicyStatement) *GetApplication… func
2417 func (s *PutApplicationPolicyInput) SetStatements(v []*ApplicationPolicyStatement) *PutApplicationP… func
2439 func (s *PutApplicationPolicyOutput) SetStatements(v []*ApplicationPolicyStatement) *PutApplication… func
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/serverlessapplicationrepository/
H A Dapi.go1996 func (s *GetApplicationPolicyOutput) SetStatements(v []*ApplicationPolicyStatement) *GetApplication…
2450 func (s *PutApplicationPolicyInput) SetStatements(v []*ApplicationPolicyStatement) *PutApplicationP…
2472 func (s *PutApplicationPolicyOutput) SetStatements(v []*ApplicationPolicyStatement) *PutApplication…

123456