13 references to Create
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CompleteStatement\CompleteStatementCommandHandler.cs (1)
336Logger.Log(FunctionId.CommandHandler_CompleteStatement, KeyValueLogMessage.Create(LogType.UserAction, static (m, args) =>
Microsoft.CodeAnalysis.EditorFeatures (4)
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
61using (Logger.LogBlock(FunctionId.CommandHandler_ToggleLineComment, KeyValueLogMessage.Create(LogType.UserAction, static (m, args) =>
ExternalAccess\IntelliCode\IntentProcessor.cs (1)
48Logger.Log(FunctionId.Intellicode_UnknownIntent, KeyValueLogMessage.Create(LogType.UserAction, static (m, args) =>
Formatting\FormatCommandHandler.cs (1)
59using (Logger.LogBlock(FunctionId.CommandHandler_FormatCommand, KeyValueLogMessage.Create(
Suggestions\SuggestedActions\SuggestedAction.cs (1)
173FunctionId.CodeFixes_ApplyChanges, KeyValueLogMessage.Create(
Microsoft.CodeAnalysis.Features (3)
CodeFixesAndRefactorings\AbstractFixAllGetFixesService.cs (2)
124KeyValueLogMessage.Create(LogType.UserAction, static (m, correlationId) => 168KeyValueLogMessage.Create(LogType.UserAction, static (m, fixAllContext) =>
MetadataAsSource\TelemetryMessage.cs (1)
24var logMessage = KeyValueLogMessage.Create(LogType.UserAction, static (m, @this) => @this.SetLogProperties(m), this);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceRegistrationService.cs (1)
34Logger.Log(FunctionId.RegisterWorkspace, KeyValueLogMessage.Create(LogType.Trace, static (m, workspace) =>
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\FixAllLogger.cs (1)
185=> KeyValueLogMessage.Create(LogType.UserAction, static (m, correlationId) => m[CorrelationId] = correlationId, correlationId);
Microsoft.VisualStudio.LanguageServices (3)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
52Logger.Log(FunctionId.VS_ErrorReportingService_ShowGlobalErrorInfo, KeyValueLogMessage.Create(LogType.UserAction, static (m, args) =>
KeybindingReset\KeybindingsResetLogger.cs (1)
15Logger.Log(FunctionId.Experiment_KeybindingsReset, KeyValueLogMessage.Create(LogType.UserAction, static (m, action) =>
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (1)
120Logger.Log(FunctionId.PartialLoad_FullyLoaded, KeyValueLogMessage.Create(