35 references to TestAttributes
Microsoft.VisualStudio.LanguageServices.UnitTests (35)
CodeModel\CSharp\CodeClassTests.vb (4)
897TestAttributes(code, NoElements) 910TestAttributes(code, IsElement("Serializable")) 923TestAttributes(code, IsElement("Serializable"), IsElement("CLSCompliant")) 935TestAttributes(code, IsElement("Serializable"), IsElement("CLSCompliant"))
CodeModel\CSharp\CodeEnumTests.vb (4)
120TestAttributes(code, NoElements) 136TestAttributes(code, IsElement("Flags")) 152TestAttributes(code, IsElement("Serializable"), IsElement("Flags")) 167TestAttributes(code, IsElement("Serializable"), IsElement("Flags"))
CodeModel\CSharp\CodeFunctionTests.vb (5)
220TestAttributes(code, IsElement("Obsolete")) 240TestAttributes(code, IsElement("Obsolete")) 266TestAttributes(code, IsElement("Obsolete")) 292TestAttributes(code, IsElement("Obsolete")) 310TestAttributes(code, IsElement("Obsolete"))
CodeModel\CSharp\CodeInterfaceTests.vb (4)
57TestAttributes(code, NoElements) 70TestAttributes(code, IsElement("Serializable")) 83TestAttributes(code, IsElement("Serializable"), IsElement("CLSCompliant")) 95TestAttributes(code, IsElement("Serializable"), IsElement("CLSCompliant"))
CodeModel\CSharp\CodeStructTests.vb (4)
23TestAttributes(code, NoElements) 36TestAttributes(code, IsElement("Serializable")) 49TestAttributes(code, IsElement("Serializable"), IsElement("CLSCompliant")) 61TestAttributes(code, IsElement("Serializable"), IsElement("CLSCompliant"))
CodeModel\CSharp\CodeVariableTests.vb (4)
261TestAttributes(code, NoElements) 277TestAttributes(code, IsElement("Serializable")) 293TestAttributes(code, IsElement("Serializable"), IsElement("CLSCompliant")) 308TestAttributes(code, IsElement("Serializable"), IsElement("CLSCompliant"))
CodeModel\VisualBasic\CodeDelegateTests.vb (1)
158TestAttributes(code, IsElement("CLSCompliant"))
CodeModel\VisualBasic\CodeEventTests.vb (2)
416TestAttributes(code, IsElement("CLSCompliant")) 438TestAttributes(code, IsElement("CLSCompliant"))
CodeModel\VisualBasic\CodeFunctionTests.vb (5)
538TestAttributes(code, IsElement("Obsolete")) 556TestAttributes(code, IsElement("Obsolete")) 578TestAttributes(code, IsElement("Obsolete")) 600TestAttributes(code, IsElement("Obsolete")) 616TestAttributes(code, IsElement("Obsolete"))
CodeModel\VisualBasic\CodePropertyTests.vb (2)
318TestAttributes(code, IsElement("CLSCompliant")) 338TestAttributes(code, IsElement("CLSCompliant"))