12 overrides of WriteData
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\ArrayTypeInfo.cs (1)
26public override void WriteData(PropertyValue value)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EnumerableTypeInfo.cs (1)
31public override void WriteData(PropertyValue value)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\InvokeTypeInfo.cs (1)
58public override void WriteData(PropertyValue value)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\SimpleTypeInfos.cs (9)
30public override void WriteData(PropertyValue value) 76public override void WriteData(PropertyValue value) 137public override void WriteData(PropertyValue value) 182public override void WriteData(PropertyValue value) 217public override void WriteData(PropertyValue value) 248public override void WriteData(PropertyValue value) 276public override void WriteData(PropertyValue value) 301public override void WriteData(PropertyValue value) 335public override void WriteData(PropertyValue value)
6 references to WriteData
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\ArrayTypeInfo.cs (1)
37this.elementInfo.WriteData(elementInfo.PropertyValueFactory(array.GetValue(i)));
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EnumerableTypeInfo.cs (1)
41this.elementInfo.WriteData(elementInfo.PropertyValueFactory(element));
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\InvokeTypeInfo.cs (1)
64property.typeInfo.WriteData(property.getter(value));
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\SimpleTypeInfos.cs (1)
343this.valueInfo.WriteData(val);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingEventSource.cs (2)
458info.WriteData(info.PropertyValueFactory(values[i])); 657info.WriteData(info.PropertyValueFactory(data));