4 references to Value
Microsoft.CodeAnalysis.VisualBasic (4)
Parser\ParseXml.vb (4)
147If nextOption.Value.TextTokens.Node Is Nothing OrElse nextOption.Value.TextTokens.Node.ToFullString <> "1.0" Then 193Dim stringValue = If(nextOption.Value.TextTokens.Node IsNot Nothing, nextOption.Value.TextTokens.Node.ToFullString, "")