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