5 references to InteractionClass
Microsoft.CodeAnalysis.Workspaces (5)
Log\InteractionClass.cs (3)
34private readonly InteractionClass _interactionClass; 36public PerfGoalAttribute(InteractionClass interactionClass) 39public InteractionClass InteractionClass => _interactionClass;
Log\RoslynEventSource.cs (2)
124var goal = (from attr in function.GetCustomAttributes(false) 126select ((PerfGoalAttribute)attr).InteractionClass).DefaultIfEmpty(InteractionClass.Undefined).First();