33 references to SetStatements
Microsoft.Build.Tasks.Core (24)
CodeTaskFactory.cs (1)
383
prop.
SetStatements
.Add(fieldAssign);
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
650
property.
SetStatements
.Add(fieldAssign);
system.design\stronglytypedresourcebuilder.cs (1)
482
culture.
SetStatements
.Add(new CodeAssignStatement(field_resCulture, newCulture));
XamlTaskFactory\TaskGenerator.cs (21)
601
propertyName.
SetStatements
.Add(setStatement);
613
propertyName.
SetStatements
.Add(setStatement);
670
propertyName.
SetStatements
.Add(createNewToolSwitch);
695
propertyName.
SetStatements
.Add(setParent);
702
propertyName.
SetStatements
.Add(setInclude);
727
propertyName.
SetStatements
.Add(setValue);
730
propertyName.
SetStatements
.Add(new CodeMethodInvokeExpression(new CodeThisReferenceExpression(), ReplaceToolSwitchMethod, new CodeSnippetExpression(SwitchToAdd)));
749
propertyName.
SetStatements
.Add(setToolName);
789
propertyName.
SetStatements
.Add(isValid);
795
propertyName.
SetStatements
.Add(setToolName);
815
propertyName.
SetStatements
.Add(setToolName);
860
propertyName.
SetStatements
.Add(createArray);
868
propertyName.
SetStatements
.Add(indexDecl);
903
propertyName.
SetStatements
.Add(conditionalStatement);
909
propertyName.
SetStatements
.Add(setSeparator);
916
propertyName.
SetStatements
.Add(setToolName);
927
propertyName.
SetStatements
.Add(setToolName);
931
propertyName.
SetStatements
.Add(setToolSwitchName);
1013
propertyName.
SetStatements
.Add(new CodeMethodInvokeExpression(
1030
propertyName.
SetStatements
.Add(new CodeMethodInvokeExpression(
1061
propertyName.
SetStatements
.Add(setToolName);
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
1516
GenerateStatements(e.
SetStatements
);
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1845
GenerateVBStatements(e.
SetStatements
);
System\CodeDom\CodeMemberProperty.cs (2)
38
get => _hasSet ||
SetStatements
.Count > 0;
44
SetStatements
.Clear();
System\CodeDom\Compiler\CodeValidator.cs (1)
311
ValidateStatements(e.
SetStatements
);
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
1947
extensionDataObjectProperty.
SetStatements
.Add(propertySet);
2025
property.
SetStatements
.Add(ifStatement);
2028
property.
SetStatements
.Add(propertySet);
System.Windows.Forms.Design (1)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (1)
634
culture.
SetStatements
.Add(new CodeAssignStatement(cultureInfoField, newCulture));