1 write to SetStatements
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
935
SetStatements
=
36 references to SetStatements
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
1995
GenerateStatements(e.
SetStatements
);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2066
GenerateVBStatements(e.
SetStatements
);
compmod\system\codedom\compiler\CodeValidator.cs (1)
269
ValidateStatements(e.
SetStatements
);
System.Activities (2)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (2)
512
accessorProperty.
SetStatements
.Add(new CodeMethodInvokeExpression(
561
accessorProperty.
SetStatements
.Add(exception);
System.Data (2)
fx\src\data\System\Data\CodeGen\datacache.cs (2)
892
rowProp.
SetStatements
.Add(Assign(Indexer(This(), Property(Field(This(), stTblFieldName), tableColumnName)), Value()));
945
anotherProp.
SetStatements
.Add(MethodCall(This(), "SetParentRow", new CodeExpression[] {Value(), Indexer(Property(Property(This(), "Table"), "ParentRelations"), Str(relation.RelationName))}));
System.Data.Entity.Design (5)
System\Data\EntityModel\Emitters\NavigationPropertyEmitter.cs (4)
153
property.
SetStatements
.AddRange(additionalSetStatements.ToArray());
195
property.
SetStatements
.Add(
213
property.
SetStatements
.Add(
242
property.
SetStatements
.Add(
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
288
CodeStatementCollection statements = memberProperty.
SetStatements
;
System.Data.Services.Design (6)
System\Data\EntityModel\Emitters\NavigationPropertyEmitter.cs (5)
149
property.
SetStatements
.AddRange(additionalSetStatements.ToArray());
176
property.
SetStatements
.Add(
191
property.
SetStatements
.AddRange(additionalAfterSetStatements.ToArray());
222
csc = property.
SetStatements
;
227
property.
SetStatements
.Add(ccs);
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
320
CodeStatementCollection statements = memberProperty.
SetStatements
;
System.Management (9)
WmiGenerator.cs (9)
1041
cmp.
SetStatements
.Add(new CodeAssignStatement(Value,
1114
cmp.
SetStatements
.Add(cis);
1506
AddPropertySet(cie,prop.IsArray,cmp.
SetStatements
,PublicNamesUsed["PathClass"].ToString(),null);
1516
AddPropertySet(cie,prop.IsArray,cmp.
SetStatements
,"System.TimeSpan",null);
1520
AddPropertySet(cie,prop.IsArray,cmp.
SetStatements
,"System.DateTime",null);
1557
cmp.
SetStatements
.Add(ccs);
1562
cmp.
SetStatements
.Add(new CodeAssignStatement(cie,new CodeSnippetExpression("value")));
1596
cmp.
SetStatements
.Add(cis);
6119
cmp.
SetStatements
.Add(cis);
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (3)
1895
extensionDataObjectProperty.
SetStatements
.Add(propertySet);
1973
property.
SetStatements
.Add(ifStatement);
1976
property.
SetStatements
.Add(propertySet);
System.Web (2)
Compilation\BaseCodeDomTreeGenerator.cs (1)
555
prop.
SetStatements
.Add(new CodeAssignStatement(
Compilation\ProfileBuildProvider.cs (1)
221
prop.
SetStatements
.Add(setLine);
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
100
prop.
SetStatements
.Add(new CodeAssignStatement(left, right));
System.Xml (3)
System\Xml\Serialization\CodeExporter.cs (3)
317
prop.
SetStatements
.Add(propertySet);
318
prop.
SetStatements
.Add(new CodeMethodInvokeExpression(new CodeThisReferenceExpression(), RaisePropertyChangedEventMethod.Name, new CodePrimitiveExpression(name)));
321
prop.
SetStatements
.Add(propertySet);