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