1 override of FlushCustomState
Microsoft.Build.Framework (1)
LoggerException.cs (1)
114protected override IDictionary<string, string?> FlushCustomState()
1 reference to FlushCustomState
Microsoft.Build.Framework (1)
BuildException\BuildExceptionBase.cs (1)
96IDictionary<string, string?>? customKeyedSerializedData = (exception as BuildExceptionBase)?.FlushCustomState();