6 references to ReturnTypeCustomAttributes
System.CodeDom (6)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
1362if (e.ReturnTypeCustomAttributes.Count > 0) 1364GenerateAttributes(e.ReturnTypeCustomAttributes, "return: ");
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1640if (e.ReturnTypeCustomAttributes.Count > 0) 1642OutputAttributes(e.ReturnTypeCustomAttributes, true);
System\CodeDom\Compiler\CodeValidator.cs (2)
350if (e.ReturnTypeCustomAttributes.Count > 0) 352ValidateAttributes(e.ReturnTypeCustomAttributes);