6 references to ReturnTypeCustomAttributes
System.CodeDom (6)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
1353if (e.ReturnTypeCustomAttributes.Count > 0) 1355GenerateAttributes(e.ReturnTypeCustomAttributes, "return: ");
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1637if (e.ReturnTypeCustomAttributes.Count > 0) 1639OutputAttributes(e.ReturnTypeCustomAttributes, true);
System\CodeDom\Compiler\CodeValidator.cs (2)
347if (e.ReturnTypeCustomAttributes.Count > 0) 349ValidateAttributes(e.ReturnTypeCustomAttributes);