3 types derived from PropertyAccessor
mscorlib (3)
System\Diagnostics\Eventing\TraceLogging\PropertyAccessor.cs (3)
54internal class NonGenericProperytWriter<ContainerType> : PropertyAccessor<ContainerType> 88: PropertyAccessor<ContainerType> 125: PropertyAccessor<ContainerType>
5 references to PropertyAccessor
mscorlib (5)
System\Diagnostics\Eventing\TraceLogging\InvokeTypeInfo.cs (4)
22private readonly PropertyAccessor<ContainerType>[] accessors; 36this.accessors = new PropertyAccessor<ContainerType>[this.properties.Length]; 39this.accessors[i] = PropertyAccessor<ContainerType>.Create(this.properties[i]); 76foreach (var accessor in this.accessors)
System\Diagnostics\Eventing\TraceLogging\PropertyAccessor.cs (1)
23public static PropertyAccessor<ContainerType> Create(PropertyAnalysis property)