4 references to InteractionClass
Microsoft.CodeAnalysis.Workspaces (4)
Log\InteractionClass.cs (2)
30internal sealed class PerfGoalAttribute(InteractionClass interactionClass) : Attribute 32public InteractionClass InteractionClass => interactionClass;
Log\RoslynEventSource.cs (2)
124var goal = (from attr in function.GetCustomAttributes(false) 126select ((PerfGoalAttribute)attr).InteractionClass).DefaultIfEmpty(InteractionClass.Undefined).First();