2 references to FAggregatable
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
174
attrSym.VerifyValue(0, TypedConstantKind.Enum, (int)TypeLibTypeFlags.
FAggregatable
);
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.vb (1)
117
Assert.Equal(TypeLibTypeFlags.
FAggregatable
, CType(attrSym.CommonConstructorArguments(0).Value, TypeLibTypeFlags))