11 lines
207 B
C#
11 lines
207 B
C#
namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax;
|
|
|
|
internal class SyntaxFactoryContext
|
|
{
|
|
internal bool IsInAsync;
|
|
|
|
internal bool ForceConditionalAccessExpression;
|
|
|
|
internal bool IsInQuery;
|
|
}
|