C# Class Microsoft.CodeAnalysis.Editor.Shared.Extensions.TelemetryExtensions

Mostra file Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Public Methods

Method Description
GetScopeIdForTelemetry ( FixAllScope scope ) : short
GetTelemetryId ( Type type, short scope ) : Guid
GetTelemetryPrefix ( Type type ) : int
GetTypeForTelemetry ( Type type ) : Type

Method Details

GetScopeIdForTelemetry() public static method

public static GetScopeIdForTelemetry ( FixAllScope scope ) : short
scope FixAllScope
return short

GetTelemetryId() public static method

public static GetTelemetryId ( Type type, short scope ) : Guid
type Type
scope short
return Guid

GetTelemetryPrefix() public static method

public static GetTelemetryPrefix ( Type type ) : int
type Type
return int

GetTypeForTelemetry() public static method

public static GetTypeForTelemetry ( Type type ) : Type
type Type
return Type