Base:
method
TestAddAttribute
Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel.AbstractCodeModelObjectTests(Of TCodeModelObject).TestAddAttribute(System.Xml.Linq.XElement, System.Xml.Linq.XElement, Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel.AbstractCodeModelObjectTests(Of TCodeModelObject).AttributeData)
6 references to TestAddAttribute
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
CodeModel\CSharp\FileCodeModelTests.vb (6)
143Await TestAddAttribute(code, expected, New AttributeData With {.Name = "System.CLSCompliant", .Value = "true"}) 163Await TestAddAttribute(code, expected, New AttributeData With {.Name = "System.CLSCompliant", .Value = "true", .Position = "C"}) 180Await TestAddAttribute(code, expected, New AttributeData With {.Name = "System.CLSCompliant", .Value = "true", .Position = -1}) 200Await TestAddAttribute(code, expected, New AttributeData With {.Name = "System.CLSCompliant", .Value = "true", .Position = -1}) 222Await TestAddAttribute(code, expected, New AttributeData With {.Name = "System.CLSCompliant", .Value = "true", .Position = -1}) 240Await TestAddAttribute(code, expected, New AttributeData With {.Name = "System.CLSCompliant", .Value = "true"})