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