2 references to s_parseOptions
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
Interactive\CSharpInteractiveEvaluatorLanguageInfoProvider.cs (2)
30
=>
s_parseOptions
;
48
=> SyntaxFactory.IsCompleteSubmission(SyntaxFactory.ParseSyntaxTree(SourceText.From(text, encoding: null, SourceHashAlgorithms.Default), options:
s_parseOptions
));