3 writes to delegateType
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeGenerator.cs (3)
194
this.
delegateType
= delegateType;
208
this.
delegateType
= delegateType;
257
delegateType
= null;
1 reference to delegateType
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
254
retVal = dynamicMethod.CreateDelegate(
delegateType
);