2 instantiations of HelpExampleGeneratorContext
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
126HelpExampleGeneratorContext context = new HelpExampleGeneratorContext 146HelpExampleGeneratorContext context = new HelpExampleGeneratorContext
27 references to HelpExampleGeneratorContext
System.ServiceModel.Web (27)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (27)
24static Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> XmlObjectHandler = new Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> 74static Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> JsonObjectHandler = new Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> 126HelpExampleGeneratorContext context = new HelpExampleGeneratorContext 146HelpExampleGeneratorContext context = new HelpExampleGeneratorContext 166static void InvokeHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 170Action<XmlSchemaObject, HelpExampleGeneratorContext> action; 188static void XmlAttributeHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 202static void ChoiceHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 208static void ContentHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 214static void SimpleTypeRestrictionHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 223static void ErrorHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 228static void EmptyHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 232static void XmlElementHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 260static void XmlComplexTypeHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 278static void XmlSequenceHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 311static void XmlSimpleTypeListHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 317static void XmlSimpleTypeHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 368static void JsonElementHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 412static void JsonComplexTypeHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 422static void JsonSequenceHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 460static void JsonSimpleTypeListHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 466static void JsonSimpleTypeHandler(XmlSchemaObject schemaObject, HelpExampleGeneratorContext context) 713static XmlSchemaElement GenerateValidElementsComment(XmlSchemaElement element, HelpExampleGeneratorContext context) 739static IEnumerable<XmlSchemaElement> GetDerivedTypes(XmlSchemaElement element, HelpExampleGeneratorContext context) 804public Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> objectHandler;