1 write to _options
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\LexicalTests.cs (1)
32
_options
= new CSharpParseOptions(languageVersion: LanguageVersion.CSharp3);
2 references to _options
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
LexicalAndXml\LexicalTests.cs (2)
73
using (var lexer = new InternalSyntax.Lexer(SourceText.From(text),
_options
))
86
using (var lexer = new InternalSyntax.Lexer(SourceText.From(text),
_options
))