1 write to valueInfo
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\SimpleTypeInfos.cs (1)
320this.valueInfo = GetInstance(typeArgs[0], recursionCheck);
4 references to valueInfo
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\SimpleTypeInfos.cs (4)
330this.valueInfo.WriteMetadata(group, "Value", format); 340PropertyValue val = valueInfo.PropertyValueFactory(hasValue 342: RuntimeHelpers.GetUninitializedObject(valueInfo.DataType)); 343this.valueInfo.WriteData(val);