2 implementations of IsUserMicrosoftInternal
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Telemetry\AbstractWorkspaceTelemetryService.cs (1)
42
public bool
IsUserMicrosoftInternal
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\AbstractWorkspaceTelemetryService.cs (1)
42
public bool
IsUserMicrosoftInternal
1 reference to IsUserMicrosoftInternal
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpCopilotCodeFixProvider.DismissChangesCodeAction.cs (1)
38
if (workspace.Services.GetService<IWorkspaceTelemetryService>()?.
IsUserMicrosoftInternal
is true)