1 write to properties
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\InvokeTypeInfo.cs (1)
35this.properties = typeAnalysis.properties;
8 references to properties
mscorlib (8)
System\Diagnostics\Eventing\TraceLogging\InvokeTypeInfo.cs (8)
36this.accessors = new PropertyAccessor<ContainerType>[this.properties.Length]; 39this.accessors[i] = PropertyAccessor<ContainerType>.Create(this.properties[i]); 50if (this.properties != null) 52foreach (var property in this.properties) 85if (this.properties != null) 89for (int i = 0; i < this.properties.Length; i++) 92membersNames.Add(properties[i].name); 93memebersValues.Add(properties[i].typeInfo.GetData(propertyValue));