8 writes to NameImpl
mscorlib (5)
system\reflection\parameterinfo.cs (5)
65NameImpl = name; 460NameImpl = accessor.Name; 488NameImpl = null; 495NameImpl = name; 540NameImpl = name;
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\ParameterInfo.cs (2)
22this.NameImpl = Helper.EnsureTypeName(codeParameter.Name); 33this.NameImpl = null;
System.WorkflowServices (1)
System\Workflow\Activities\ContractMethodParameterInfo.cs (1)
32this.NameImpl = parameterInfo.Name;
2 references to NameImpl
mscorlib (2)
system\reflection\parameterinfo.cs (2)
87return NameImpl; 549return NameImpl;