36 references to TestFullName
Microsoft.VisualStudio.LanguageServices.UnitTests (36)
CodeModel\CSharp\CodeAttributeTests.vb (2)
410TestFullName(code, "System.SerializableAttribute") 421TestFullName(code, "System.SerializableAttribute")
CodeModel\CSharp\CodeEnumTests.vb (1)
183TestFullName(code, "E")
CodeModel\CSharp\CodeEventTests.vb (3)
386TestFullName(code, "C.E") 399TestFullName(code, "C.F") 429TestFullName(code, "C1.I1.SampleEvent")
CodeModel\CSharp\CodeFunctionTests.vb (5)
405TestFullName(code, "C.~C") 427TestFullName(code, "C1.I1.f1") 450TestFullName(code, "ComplexType.implicit operator ComplexType") 473TestFullName(code, "ComplexType.explicit operator ComplexType") 496TestFullName(code, "ComplexType.operator +")
CodeModel\CSharp\CodeParameterTests.vb (3)
172TestFullName(code, "s") 187TestFullName(code, "s") 202TestFullName(code, "s")
CodeModel\CSharp\CodePropertyTests.vb (5)
707TestFullName(code, "C.P") 720TestFullName(code, "C.P") 733TestFullName(code, "C.this") 762TestFullName(code, "C1.I1.Prop1") 792TestFullName(code, "C1.I1.this")
CodeModel\CSharp\CodeStructTests.vb (3)
124TestFullName(code, "S") 137TestFullName(code, "N.S") 153TestFullName(code, "N.C.S")
CodeModel\CSharp\CodeVariableTests.vb (2)
479TestFullName(code, "E.Goo") 493TestFullName(code, "E.Bar")
CodeModel\CSharp\ExternalCodeFunctionTests.vb (1)
27TestFullName(code, "C.Goo")
CodeModel\CSharp\ExternalCodeParameterTests.vb (3)
27TestFullName(code, "s") 42TestFullName(code, "s") 57TestFullName(code, "s")
CodeModel\VisualBasic\CodeAttributeTests.vb (2)
570TestFullName(code, "System.SerializableAttribute") 582TestFullName(code, "System.SerializableAttribute")
CodeModel\VisualBasic\CodeImportTests.vb (1)
212TestFullName(code, "System")
CodeModel\VisualBasic\CodeParameterTests.vb (3)
521TestFullName(code, "s") 534TestFullName(code, "s()") 547TestFullName(code, "s%")
CodeModel\VisualBasic\ExternalCodeFunctionTests.vb (1)
25TestFullName(code, "C.Goo")
CodeModel\VisualBasic\ExternalCodeParameterTests.vb (1)
25TestFullName(code, "s")