4 instantiations of CodeGenerator
System.ServiceModel (4)
System\ServiceModel\Dispatcher\InvokerUtil.cs (4)
83
this.ilg = new
CodeGenerator
();
122
this.ilg = new
CodeGenerator
();
167
this.ilg = new
CodeGenerator
();
214
this.ilg = new
CodeGenerator
();
2 references to CodeGenerator
System.ServiceModel (2)
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
39
static Module SerializationModule = typeof(
CodeGenerator
).Module; // Can be replaced by different assembly with SkipVerification set to false
System\ServiceModel\Dispatcher\InvokerUtil.cs (1)
77
CodeGenerator
ilg;