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