1 write to accessors
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\InvokeTypeInfo.cs (1)
36this.accessors = new PropertyAccessor<ContainerType>[this.properties.Length];
6 references to accessors
mscorlib (6)
System\Diagnostics\Eventing\TraceLogging\InvokeTypeInfo.cs (6)
37for (int i = 0; i < this.accessors.Length; i++) 39this.accessors[i] = PropertyAccessor<ContainerType>.Create(this.properties[i]); 74if (this.accessors != null) 76foreach (var accessor in this.accessors) 91var propertyValue = accessors[i].GetData((ContainerType)value); 105if (this.accessors != null)