1 instantiation of PropertyAnalysis
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\TypeAnalysis.cs (1)
66
propertyList.Add(new
PropertyAnalysis
(
9 references to PropertyAnalysis
mscorlib (9)
System\Diagnostics\Eventing\TraceLogging\InvokeTypeInfo.cs (2)
21
private readonly
PropertyAnalysis
[] properties;
52
foreach (
var
property in this.properties)
System\Diagnostics\Eventing\TraceLogging\PropertyAccessor.cs (4)
23
public static PropertyAccessor<ContainerType> Create(
PropertyAnalysis
property)
56
public NonGenericProperytWriter(
PropertyAnalysis
property)
94
public StructPropertyWriter(
PropertyAnalysis
property)
131
public ClassPropertyWriter(
PropertyAnalysis
property)
System\Diagnostics\Eventing\TraceLogging\TypeAnalysis.cs (3)
17
internal readonly
PropertyAnalysis
[] properties;
30
var propertyList = new List<
PropertyAnalysis
>();
75
foreach (
var
property in this.properties)