52 references to Information
Microsoft.CodeAnalysis.CSharp.Features (4)
Copilot\CSharpCopilotCodeFixProvider.DismissChangesCodeAction.cs (1)
54
LogLevel.
Information
));
Copilot\CSharpImplementNotImplementedExceptionFixProvider.cs (2)
75
Logger.Log(FunctionId.Copilot_Implement_NotImplementedException_Fix_Registered, logLevel: LogLevel.
Information
);
130
Logger.Log(FunctionId.Copilot_Implement_NotImplementedException_Completed, logLevel: LogLevel.
Information
);
QuickInfo\CSharpSemanticQuickInfoProvider.cs (1)
263
Logger.Log(FunctionId.Copilot_On_The_Fly_Docs_Content_Excluded, logLevel: LogLevel.
Information
);
Microsoft.CodeAnalysis.EditorFeatures (10)
DocumentationComments\DocumentationCommentSuggestion.cs (5)
41
Logger.Log(FunctionId.Copilot_Generate_Documentation_Accepted, logLevel: LogLevel.
Information
);
54
Logger.Log(FunctionId.Copilot_Generate_Documentation_Dismissed, logLevel: LogLevel.
Information
);
61
Logger.Log(FunctionId.Copilot_Generate_Documentation_Diverged, logLevel: LogLevel.
Information
);
127
Logger.Log(FunctionId.Copilot_Generate_Documentation_Displayed, logLevel: LogLevel.
Information
);
131
Logger.Log(FunctionId.Copilot_Generate_Documentation_Canceled, logLevel: LogLevel.
Information
);
QuickInfo\OnTheFlyDocsView.xaml.cs (4)
233
}, copilotRequestTime, LogLevel.
Information
));
248
}, (copilotRequestTime, responseString), LogLevel.
Information
));
256
}, stopwatch, LogLevel.
Information
));
303
}, _onTheFlyDocsInfo, LogLevel.
Information
));
QuickInfo\OnTheFlyDocsViewFactory.cs (1)
61
Logger.Log(FunctionId.Copilot_On_The_Fly_Docs_Showed_Link, logLevel: LogLevel.
Information
);
Microsoft.CodeAnalysis.Features (3)
Completion\Providers\Snippets\AbstractSnippetCompletionProvider.cs (1)
32
Logger.Log(FunctionId.Completion_SemanticSnippets, $"Name: {snippetIdentifier}", LogLevel.
Information
);
ValueTracking\ValueTrackingService.cs (2)
32
using var logger = Logger.LogBlock(FunctionId.ValueTracking_TrackValueSource, cancellationToken, LogLevel.
Information
);
62
using var logger = Logger.LogBlock(FunctionId.ValueTracking_TrackValueSource, cancellationToken, LogLevel.
Information
);
Microsoft.CodeAnalysis.LanguageServer (5)
Logging\RoslynLogger.cs (2)
177
logMessage.LogLevel < LogLevel.
Information
;
237
>= LogLevel.
Information
=> LogType.UserAction,
Program.cs (1)
161
RoslynLog.Logger.Log(RoslynLog.FunctionId.VSCode_LanguageServer_Started, logLevel: RoslynLog.LogLevel.
Information
);
Telemetry\VSCodeRequestTelemetryLogger.cs (2)
26
Logger.Log(FunctionId.VSCode_Projects_Load_Completed, logLevel: LogLevel.
Information
);
31
Logger.Log(FunctionId.VSCode_Project_Load_Started, logLevel: LogLevel.
Information
);
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
src\VisualStudio\Core\Def\Telemetry\Shared\TelemetryLogger.cs (2)
167
=> logMessage.LogLevel < LogLevel.
Information
;
174
>= LogLevel.
Information
=> LogType.UserAction,
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (2)
TelemetryLoggerTests.cs (2)
35
Assert.Equal((level < LogLevel.
Information
) ? 0 : 1, logger.PostedEvents.Count);
67
logger.LogBlockStart(FunctionId.Debugging_EncSession_EditSession_EmitDeltaErrorId, KeyValueLogMessage.Create(p => p.Add("test", "start"), logLevel: LogLevel.
Information
), blockId: 1, CancellationToken.None);
Microsoft.CodeAnalysis.Workspaces (17)
CodeActions\Operations\ApplyChangesOperation.cs (8)
62
logLevel: LogLevel.
Information
);
86
Logger.Log(FunctionId.ApplyChangesOperation_WorkspaceVersionMismatch_ApplicationFailed_IncompatibleSolutionChange, logLevel: LogLevel.
Information
);
110
Logger.Log(FunctionId.ApplyChangesOperation_WorkspaceVersionMismatch_ApplicationFailed_IncompatibleProjectChange, logLevel: LogLevel.
Information
);
121
Logger.Log(FunctionId.ApplyChangesOperation_WorkspaceVersionMismatch_ApplicationFailed_NoChangedDocument, logLevel: LogLevel.
Information
);
134
Logger.Log(FunctionId.ApplyChangesOperation_WorkspaceVersionMismatch_ApplicationFailed_NoTextChange, logLevel: LogLevel.
Information
);
142
Logger.Log(FunctionId.ApplyChangesOperation_WorkspaceVersionMismatch_ApplicationFailed_DocumentRemoved, logLevel: LogLevel.
Information
);
151
Logger.Log(FunctionId.ApplyChangesOperation_WorkspaceVersionMismatch_ApplicationFailed_TextChangeConflict, logLevel: LogLevel.
Information
);
159
Logger.Log(FunctionId.ApplyChangesOperation_WorkspaceVersionMismatch_ApplicationSucceeded, logLevel: LogLevel.
Information
);
Log\KeyValueLogMessage.cs (9)
49
public static new SimpleKeyValueLogMessage Create(Action<Dictionary<string, object?>> propertySetter, LogLevel logLevel = LogLevel.
Information
)
57
public static new SimpleKeyValueLogMessage Create(LogType kind, LogLevel logLevel = LogLevel.
Information
)
60
public static new SimpleKeyValueLogMessage Create(LogType kind, Action<Dictionary<string, object?>>? propertySetter, LogLevel logLevel = LogLevel.
Information
)
124
/// Creates a <see cref="KeyValueLogMessage"/> with default <see cref="LogLevel.
Information
"/>, since
127
public static KeyValueLogMessage Create(Action<Dictionary<string, object?>> propertySetter, LogLevel logLevel = LogLevel.
Information
)
130
public static KeyValueLogMessage Create(LogType kind, LogLevel logLevel = LogLevel.
Information
)
133
public static KeyValueLogMessage Create(LogType kind, Action<Dictionary<string, object?>>? propertySetter, LogLevel logLevel = LogLevel.
Information
)
136
public static KeyValueLogMessage Create<TArgs>(Action<Dictionary<string, object?>, TArgs> propertySetter, TArgs args, LogLevel logLevel = LogLevel.
Information
)
139
public static KeyValueLogMessage Create<TArgs>(LogType kind, Action<Dictionary<string, object?>, TArgs> propertySetter, TArgs args, LogLevel logLevel = LogLevel.
Information
)
Microsoft.VisualStudio.LanguageServices (7)
DocumentOutline\DocumentOutlineView.xaml.cs (1)
218
}, logLevel: LogLevel.
Information
);
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
273
Logger.Log(FunctionId.DocumentOutline_WindowOpen, logLevel: LogLevel.
Information
);
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (1)
68
Logger.Log(FunctionId.StackTraceToolWindow_ShowOnActivated, logLevel: LogLevel.
Information
);
Telemetry\Shared\TelemetryLogger.cs (2)
167
=> logMessage.LogLevel < LogLevel.
Information
;
174
>= LogLevel.
Information
=> LogType.UserAction,
UnusedReferences\UnusedReferenceAnalysisService.cs (1)
28
using var logger = Logger.LogBlock(FunctionId.UnusedReferences_GetUnusedReferences, message: null, cancellationToken, LogLevel.
Information
);
ValueTracking\ValueTrackingCommandHandler.cs (1)
82
using var logger = Logger.LogBlock(FunctionId.ValueTracking_Command, CancellationToken.None, LogLevel.
Information
);
Microsoft.VisualStudio.LanguageServices.DevKit (2)
src\VisualStudio\Core\Def\Telemetry\Shared\TelemetryLogger.cs (2)
167
=> logMessage.LogLevel < LogLevel.
Information
;
174
>= LogLevel.
Information
=> LogType.UserAction,