1 write to outAttribute
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
268
outAttribute
= new CodeAttributeDeclaration(typeof(System.Runtime.InteropServices.OutAttribute).FullName);
2 references to outAttribute
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
266
if (
outAttribute
== null)
270
return
outAttribute
;