5 references to RegularLatest
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (5)
BasicTestSource.vb (3)
25
Dim tree = SyntaxFactory.ParseSyntaxTree(sourceTest, If(options, TestOptions.
RegularLatest
), path)
50
If(parseOptions, TestOptions.
RegularLatest
))
56
Return sources.Select(Function(s) VisualBasicSyntaxTree.ParseText(SourceText.From(s, encoding:=Nothing, SourceHashAlgorithms.Default), If(parseOptions, TestOptions.
RegularLatest
))).ToArray()
CompilationTestUtils.vb (1)
654
Return (VisualBasicSyntaxTree.ParseText(text, If(parseOptions, TestOptions.
RegularLatest
), If(programElement.@name, "")), spans)
ParserTestUtilities.vb (1)
113
Dim tree = VisualBasicSyntaxTree.ParseText(SourceText.From(source, encoding), options:=If(options, TestOptions.
RegularLatest
), path:=fileName)