2 writes to @GenerateTaskBasedAsynchronousMethod
System.Web.Extensions (2)
Compilation\WCFModel\ClientOptions.cs (1)
65
GenerateTaskBasedAsynchronousMethod
= false;
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
806
o.
@GenerateTaskBasedAsynchronousMethod
= System.Xml.XmlConvert.ToBoolean(Reader.ReadElementString());
3 references to @GenerateTaskBasedAsynchronousMethod
System.Web.Extensions (3)
Compilation\WCFModel\ClientOptions.cs (1)
90
if (
GenerateTaskBasedAsynchronousMethod
)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
528
if (proxyOptions.
GenerateTaskBasedAsynchronousMethod
)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
185
WriteElementStringRaw(@"GenerateTaskBasedAsynchronousMethod", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@GenerateTaskBasedAsynchronousMethod
)));