5 overrides of FlushCustomState
Microsoft.Build (4)
BackEnd\Shared\BuildAbortedException.cs (1)
77
protected override IDictionary<string, string>
FlushCustomState
()
Errors\InternalLoggerException.cs (1)
145
protected override IDictionary<string, string>
FlushCustomState
()
Errors\InvalidProjectFileException.cs (1)
132
protected override IDictionary<string, string>
FlushCustomState
()
Errors\InvalidToolsetDefinitionException.cs (1)
113
protected override IDictionary<string, string>
FlushCustomState
()
Microsoft.Build.Framework (1)
LoggerException.cs (1)
115
protected override IDictionary<string, string>
FlushCustomState
()
1 reference to FlushCustomState
Microsoft.Build.Framework (1)
BuildException\BuildExceptionBase.cs (1)
96
IDictionary<string, string?>? customKeyedSerializedData = (exception as BuildExceptionBase)?.
FlushCustomState
();