1 instantiation of MSBuildMessageParameters
Microsoft.Extensions.Logging.MSBuild (1)
MSBuildLogger.cs (1)
250message = new MSBuildMessageParameters();
5 references to MSBuildMessageParameters
Microsoft.Extensions.Logging.MSBuild (5)
MSBuildLogger.cs (5)
64var message = FormatMessage(_category, state, exception, formatter, _scopeProvider); 90private static MSBuildMessageParameters FormatMessage<TState>(string category, TState state, Exception? exception, Func<TState, Exception?, string> formatter, IExternalScopeProvider? scopeProvider) 92MSBuildMessageParameters message = default; 113private static void ProcessScope(object? scope, ref MSBuildMessageParameters message, ref string? originalFormat, List<KeyValuePair<string, object?>>? unprocessedKeyValues) 190private static List<KeyValuePair<string, object?>>? ProcessState<TState>(TState state, ref MSBuildMessageParameters message, out string? originalFormat)