22 references to GetStatements
Microsoft.Build.Tasks.Core (10)
CodeTaskFactory.cs (1)
376
prop.
GetStatements
.Add(new CodeMethodReturnStatement(fieldRef));
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
642
property.
GetStatements
.Add(new CodeMethodReturnStatement(fieldReference));
system.design\stronglytypedresourcebuilder.cs (5)
469
resMgr.
GetStatements
.Add(new CodeConditionStatement(isResMgrNull, init));
470
resMgr.
GetStatements
.Add(new CodeMethodReturnStatement(field_resMgr));
479
culture.
GetStatements
.Add(new CodeMethodReturnStatement(field_resCulture));
654
prop.
GetStatements
.Add(returnObj);
658
prop.
GetStatements
.Add(ret);
XamlTaskFactory\TaskGenerator.cs (3)
666
propertyName.
GetStatements
.Add(isSet);
1085
toolNameAccessor.
GetStatements
.Add(new CodeCommentStatement(commentContent, false));
1088
toolNameAccessor.
GetStatements
.Add(new CodeMethodReturnStatement(new CodeSnippetExpression(SurroundWithQuotes(_taskParser.ToolName))));
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
1500
GenerateStatements(e.
GetStatements
);
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1835
GenerateVBStatements(e.
GetStatements
);
System\CodeDom\CodeMemberProperty.cs (2)
25
get => _hasGet ||
GetStatements
.Count > 0;
31
GetStatements
.Clear();
System\CodeDom\Compiler\CodeValidator.cs (1)
303
ValidateStatements(e.
GetStatements
);
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\CodeExporter.cs (2)
1942
extensionDataObjectProperty.
GetStatements
.Add(propertyGet);
2002
property.
GetStatements
.Add(propertyGet);
System.Windows.Forms.Design (5)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (5)
621
resourceManagerProperty.
GetStatements
.Add(new CodeConditionStatement(isResourceManagerNull, assignNewResourceManager));
622
resourceManagerProperty.
GetStatements
.Add(new CodeMethodReturnStatement(resourceManagerField));
631
culture.
GetStatements
.Add(new CodeMethodReturnStatement(cultureInfoField));
801
property.
GetStatements
.Add(returnObject);
805
property.
GetStatements
.Add(returnStatement);