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