1 write to typeInfo
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\PropertyAnalysis.cs (1)
29
this.
typeInfo
= typeInfo;
6 references to typeInfo
mscorlib (6)
System\Diagnostics\Eventing\TraceLogging\InvokeTypeInfo.cs (2)
62
property.
typeInfo
.WriteMetadata(
93
memebersValues.Add(properties[i].
typeInfo
.GetData(propertyValue));
System\Diagnostics\Eventing\TraceLogging\PropertyAccessor.cs (3)
59
typeInfo = property.
typeInfo
;
96
this.valueTypeInfo = (TraceLoggingTypeInfo<ValueType>)property.
typeInfo
;
133
this.valueTypeInfo = (TraceLoggingTypeInfo<ValueType>)property.
typeInfo
;
System\Diagnostics\Eventing\TraceLogging\TypeAnalysis.cs (1)
77
var typeInfo = property.
typeInfo
;