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