1 write to Types
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
DocumentationComments\DocCommentTests.vb (1)
10071Me.Types = types
3 references to Types
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
DocumentationComments\DocCommentTests.vb (3)
10099If e.Types.Length = 0 Then 10102ElseIf e.Types.Length = 1 Then 10104Assert.Equal(e.Types(0), typeInfo.Type.ToTestDisplayString())