2 writes to dynamicMethod
System.ServiceModel (2)
System\ServiceModel\Dispatcher\CodeGenerator.cs (2)
139this.dynamicMethod = new DynamicMethod(methodName, returnType, argTypes, SerializationModule, allowPrivateMemberAccess); 173dynamicMethod = null;
3 references to dynamicMethod
System.ServiceModel (3)
System\ServiceModel\Dispatcher\CodeGenerator.cs (3)
140this.ilGen = this.dynamicMethod.GetILGenerator(); 172retVal = dynamicMethod.CreateDelegate(delegateType); 190return dynamicMethod;