11 references to s_parseOptions
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (11)
src\Analyzers\CSharp\Tests\MakeRefStruct\MakeRefStructTests.cs (11)
63await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions); 90await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 103await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 122await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions); 140await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions); 156await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 169await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 188await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions); 204await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 230await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions); 256await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions);