1 write to _valueType
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
DocumentationComments\FieldDocumentationCommentTests.vb (1)
53_valueType = DirectCast(_acmeNamespace.GetTypeMembers("ValueType").Single(), NamedTypeSymbol)
2 references to _valueType
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
DocumentationComments\FieldDocumentationCommentTests.vb (2)
58Dim total1 = _valueType.GetMembers("total1").Single() 59Dim total2 = _valueType.GetMembers("total2").Single()