5 overrides of FlushCustomState
Microsoft.Build (4)
BackEnd\Shared\BuildAbortedException.cs (1)
77protected override IDictionary<string, string> FlushCustomState()
Errors\InternalLoggerException.cs (1)
145protected override IDictionary<string, string> FlushCustomState()
Errors\InvalidProjectFileException.cs (1)
132protected override IDictionary<string, string> FlushCustomState()
Errors\InvalidToolsetDefinitionException.cs (1)
113protected override IDictionary<string, string> FlushCustomState()
Microsoft.Build.Framework (1)
LoggerException.cs (1)
115protected 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();