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)
56
Dim total1 =
_valueType
.GetMembers("total1").Single()
57
Dim total2 =
_valueType
.GetMembers("total2").Single()