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