4 references to SimplifiedNullableIntProperty
Microsoft.Gen.Logging.Generated.Tests (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Logging.g.cs (2)
5881
state.TagArray[2] = new("classToLog.SimplifiedNullableIntProperty", classToLog?.
SimplifiedNullableIntProperty
);
5968
state.TagArray[2] = new("classToLog.SimplifiedNullableIntProperty", classToLog?.
SimplifiedNullableIntProperty
);
LogPropertiesRedactionTests.cs (2)
86
["classToLog.SimplifiedNullableIntProperty"] = classToRedact.
SimplifiedNullableIntProperty
.ToString(CultureInfo.InvariantCulture),
117
["classToLog.SimplifiedNullableIntProperty"] = classToRedact.
SimplifiedNullableIntProperty
.ToString(CultureInfo.InvariantCulture),