9 references to TestAttributeArguments
Microsoft.VisualStudio.LanguageServices.UnitTests (9)
CodeModel\CSharp\CodeAttributeTests.vb (4)
465
TestAttributeArguments
(code, NoElements)
478
TestAttributeArguments
(code, NoElements)
491
TestAttributeArguments
(code, IsAttributeArgument(value:="true"))
504
TestAttributeArguments
(code, IsAttributeArgument(value:="AttributeTargets.All"), IsAttributeArgument(name:="AllowMultiple", value:="false"))
CodeModel\VisualBasic\CodeAttributeTests.vb (5)
630
TestAttributeArguments
(code, NoElements)
644
TestAttributeArguments
(code, NoElements)
658
TestAttributeArguments
(code, IsAttributeArgument(value:="True"))
673
TestAttributeArguments
(code, IsAttributeArgument(value:="AttributeTargets.All"), IsAttributeArgument(name:="AllowMultiple", value:="False"))
700
TestAttributeArguments
(code, IsAttributeArgument(name:=""), IsAttributeArgument(name:="Baz", value:="True"))