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