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