1 write to ReflectionContext
System.Web.Services (1)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
27reflector.ReflectionContext = this;
10 references to ReflectionContext
System.Web.Services (10)
System\Web\Services\Description\MimeFormReflector.cs (3)
19if (!HtmlFormParameterReader.IsSupported(ReflectionContext.Method)) 21ReflectionContext.ReflectStringParametersMessage(); 24ReflectionContext.OperationBinding.Input.Extensions.Add(mimeContentBinding);
System\Web\Services\Description\MimeXmlReflector.cs (7)
26ReflectionContext.OutputMessage.Parts.Add(part); 28if (typeof(XmlNode).IsAssignableFrom(ReflectionContext.Method.ReturnType)) { 32ReflectionContext.OperationBinding.Output.Extensions.Add(mimeContentBinding); 38LogicalMethodInfo methodInfo = ReflectionContext.Method; 40XmlTypeMapping xmlTypeMapping = ReflectionContext.ReflectionImporter.ImportTypeMapping(methodInfo.ReturnType, a.XmlRoot); 42ReflectionContext.SchemaExporter.ExportTypeMapping(xmlTypeMapping); 44ReflectionContext.OperationBinding.Output.Extensions.Add(mimeXmlBinding);