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