42 writes to ReturnType
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
259ReturnType = new CodeTypeReference(typeof(Boolean))
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (7)
2031cmmEventHandler.ReturnType = new CodeTypeReference(typeof(void)); 2052cmmEventHandlerHelper.ReturnType = new CodeTypeReference(typeof(void)); 2555ReturnType = new CodeTypeReference(typeof(Delegate)), 2765ReturnType = new CodeTypeReference(typeof(Object)) 2804ReturnType = new CodeTypeReference(typeof(Object)) 2876ReturnType = new CodeTypeReference(typeof(Delegate)) 3206cmmMain.ReturnType = new CodeTypeReference(typeof(void));
System.Management (32)
System\Management\WMIGenerator.cs (32)
1385cmm.ReturnType = new CodeTypeReference("System.Boolean"); 2039cmm.ReturnType = new CodeTypeReference("System.String"); 3031cmm.ReturnType = ConvertCIMType(prop.Type, prop.IsArray); 3040cmm.ReturnType = dateType; 3282cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString()); 3312cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString()); 3343cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString()); 3374cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString()); 3421cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString()); 3532cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString()); 3563cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString()); 3604cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString()); 3800cmm.ReturnType = new CodeTypeReference("System.Boolean"); 3824cmm.ReturnType = new CodeTypeReference("System.Boolean"); 3848cmm.ReturnType = new CodeTypeReference("System.Object"); 3873cmm.ReturnType = new CodeTypeReference("System.Object"); 3897cmm.ReturnType = new CodeTypeReference("System.Boolean"); 3922cmm.ReturnType = new CodeTypeReference(propColl); 3943cmm.ReturnType = new CodeTypeReference("System.Boolean"); 3962cmm.ReturnType = new CodeTypeReference("System.ComponentModel.TypeConverter.StandardValuesCollection"); 3981cmm.ReturnType = new CodeTypeReference("System.Boolean"); 4000cmm.ReturnType = new CodeTypeReference("System.Boolean"); 4052cmm.ReturnType = new CodeTypeReference("System.Object"); 4402cmm.ReturnType = new CodeTypeReference("System.Collections.IEnumerator"); 4484cmm.ReturnType = new CodeTypeReference("System.Boolean"); 5406cmm.ReturnType = new CodeTypeReference("System.Boolean"); 5478cmm.ReturnType = new CodeTypeReference("System.Boolean"); 6185cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed["GeneratedClassName"].ToString()); 6327cmmdt.ReturnType = new CodeTypeReference("System.DateTime"); 6771cmmts.ReturnType = new CodeTypeReference("System.String"); 7033cmmdt.ReturnType = new CodeTypeReference("System.String"); 7355cmmts.ReturnType = new CodeTypeReference("System.TimeSpan");
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\CodeExporter.cs (2)
1765getSchemaMethod.ReturnType = GetCodeTypeReference(typeof(XmlSchema)); 1777getSchemaStaticMethod.ReturnType = GetCodeTypeReference(ImportGlobals.TypeOfXmlQualifiedName);
9 references to ReturnType
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
1296OutputType(e.ReturnType); 1370OutputType(e.ReturnType);
Microsoft\VisualBasic\VBCodeGenerator.cs (4)
1608if (e.ReturnType.BaseType.Length == 0 || string.Equals(e.ReturnType.BaseType, typeof(void).FullName, StringComparison.OrdinalIgnoreCase)) 1638OutputType(e.ReturnType); 1639OutputArrayPostfix(e.ReturnType);
System\CodeDom\Compiler\CodeValidator.cs (1)
355ValidateTypeReference(e.ReturnType);
System.Management (2)
System\Management\WMIGenerator.cs (2)
3037CodeTypeReference dateType = cmm.ReturnType; 3042retRefType = cmm.ReturnType;