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