1 write to isSpecialName
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (1)
162this.isSpecialName = isSpecialName;
1 reference to isSpecialName
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (1)
241return Helper.ConvertToMethodAttributes(this.methodInfo.Attributes) | (this.isSpecialName ? MethodAttributes.SpecialName : 0);