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