7 references to ToInvariantString
Microsoft.Gen.Logging.Generated.Tests (7)
LogPropertiesTests.cs (7)
260["classToLog.CustomStructProperty.LongProperty"] = classToLog.CustomStructProperty.LongProperty.ToInvariantString(), 270["classToLog.CustomStructNullableProperty.LongProperty"] = classToLog.CustomStructNullableProperty?.LongProperty.ToInvariantString(), 280["classToLog.CustomStructNullableProperty2.LongProperty"] = classToLog.CustomStructNullableProperty2?.LongProperty.ToInvariantString(), 355["structParam.LongProperty"] = structToLog.LongProperty.ToInvariantString(), 385["structParam.LongProperty"] = structToLog.Value.LongProperty.ToInvariantString(), 519["p0.GetOnlyValue"] = recordToLog.GetOnlyValue.ToInvariantString(), 545["p0.GetOnlyValue"] = recordToLog.GetOnlyValue.ToInvariantString(),