C# 클래스 Microsoft.CodeAnalysis.Editor.Shared.Extensions.TelemetryExtensions

파일 보기 프로젝트 열기: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

공개 메소드들

메소드 설명
GetScopeIdForTelemetry ( FixAllScope scope ) : short
GetTelemetryId ( Type type, short scope ) : Guid
GetTelemetryPrefix ( Type type ) : int
GetTypeForTelemetry ( Type type ) : Type

메소드 상세

GetScopeIdForTelemetry() 공개 정적인 메소드

public static GetScopeIdForTelemetry ( FixAllScope scope ) : short
scope FixAllScope
리턴 short

GetTelemetryId() 공개 정적인 메소드

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

GetTelemetryPrefix() 공개 정적인 메소드

public static GetTelemetryPrefix ( Type type ) : int
type Type
리턴 int

GetTypeForTelemetry() 공개 정적인 메소드

public static GetTypeForTelemetry ( Type type ) : Type
type Type
리턴 Type