26 references to ToInvariantString
Microsoft.Gen.Logging.Generated.Tests (26)
LogPropertiesTests.cs (13)
252["classToLog.VirtualInterimProperty"] = classToLog.VirtualInterimProperty.ToInvariantString(), 254["classToLog.TransitiveProperty.TransitiveDerivedProp"] = classToLog.TransitiveProperty.TransitiveDerivedProp.ToInvariantString(), 255["classToLog.TransitiveProperty.TransitiveVirtualProp"] = classToLog.TransitiveProperty.TransitiveVirtualProp.ToInvariantString(), 259["classToLog.PropertyOfGenerics.GenericProp"] = classToLog.PropertyOfGenerics.GenericProp.ToInvariantString(), 309["complexParam.MyProperty"] = classToLog.MyProperty.ToInvariantString(), 332["p1.MyIntProperty"] = classToLog.MyIntProperty.ToInvariantString(), 440["complexParam.MyProperty"] = classToLog.MyProperty.ToInvariantString() 467["complexParam.IntProperty"] = classToLog.IntProperty.ToInvariantString(), 468["complexParam.TransitiveProp.IntegerProperty"] = classToLog.TransitiveProp.IntegerProperty.ToInvariantString(), 491["p0.Value"] = recordToLog.Value.ToInvariantString(), 493["p0.GetOnlyValue"] = recordToLog.GetOnlyValue.ToInvariantString(), 517["p0.IntValue"] = recordToLog.IntValue.ToInvariantString(), 543["p0.IntValue"] = recordToLog.IntValue.ToInvariantString(),
TagProviderTests.cs (12)
64["p1.MyIntProperty"] = classToLog.MyIntProperty.ToInvariantString(), 90["p1.MyIntProperty"] = classToLog.MyIntProperty.ToInvariantString(), 112["param.MyIntProperty"] = classToLog.MyIntProperty.ToInvariantString(), 253["param.MyIntProperty"] = classToLog.MyIntProperty.ToInvariantString(), 274["param.MyIntProperty"] = structToLog.MyIntProperty.ToInvariantString(), 295["param.MyIntProperty"] = interfaceToLog.MyIntProperty.ToInvariantString(), 336["param1.MyIntProperty"] = classToLog.MyIntProperty.ToInvariantString(), 339["param2.MyIntProperty"] = classToLog.MyIntProperty.ToInvariantString(), 364["param.MyIntProperty"] = classToLog1.MyIntProperty.ToInvariantString(), 367["param2.MyIntProperty_test"] = classToLog2.MyIntProperty.ToInvariantString(), 379expectedState["param.MyIntProperty"] = classToLog1.MyIntProperty.ToInvariantString(); 380expectedState["param2.MyIntProperty_test"] = classToLog2.MyIntProperty.ToInvariantString();
test\Generators\Microsoft.Gen.Logging\TestClasses\TagProviderExtensions.cs (1)
79list.Add("P1", p.Value.ToInvariantString());