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