6 references to TestAddAttributeArgument
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
CodeModel\CSharp\CodeAttributeTests.vb (3)
598
Await
TestAddAttributeArgument
(code, expectedCode, New AttributeArgumentData With {.Value = "true"})
620
Await
TestAddAttributeArgument
(code, expectedCode, New AttributeArgumentData With {.Value = "true"})
642
Await
TestAddAttributeArgument
(code, expectedCode, New AttributeArgumentData With {.Name = "AllowMultiple", .Value = "false", .Position = 1})
CodeModel\VisualBasic\CodeAttributeTests.vb (3)
801
Await
TestAddAttributeArgument
(code, expectedCode, New AttributeArgumentData With {.Value = "True"})
825
Await
TestAddAttributeArgument
(code, expectedCode, New AttributeArgumentData With {.Value = "True"})
851
Await
TestAddAttributeArgument
(code, expectedCode, New AttributeArgumentData With {.Name = "AllowMultiple", .Value = "False", .Position = 1})