14 references to EnumType
Microsoft.CodeAnalysis.Features (14)
EditAndContinue\TraceLog.cs (14)
42
private static readonly StrongBox<
EnumType
> s_ProjectAnalysisSummary = new(
EnumType
.ProjectAnalysisSummary);
43
private static readonly StrongBox<
EnumType
> s_RudeEditKind = new(
EnumType
.RudeEditKind);
44
private static readonly StrongBox<
EnumType
> s_ModuleUpdateStatus = new(
EnumType
.ModuleUpdateStatus);
45
private static readonly StrongBox<
EnumType
> s_EditAndContinueCapabilities = new(
EnumType
.EditAndContinueCapabilities);
65
private Arg(int value, StrongBox<
EnumType
> enumKind)
76
(Object is StrongBox<
EnumType
> { Value: var enumType }) ? enumType switch
78
EnumType
.ProjectAnalysisSummary => (ProjectAnalysisSummary)Int32,
79
EnumType
.RudeEditKind => (RudeEditKind)Int32,
80
EnumType
.ModuleUpdateStatus => (ModuleUpdateStatus)Int32,
81
EnumType
.EditAndContinueCapabilities => (EditAndContinueCapabilities)Int32,