11 references to s_parseOptions
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (11)
src\Analyzers\CSharp\Tests\MakeRefStruct\MakeRefStructTests.cs (11)
59await TestInRegularAndScriptAsync(text, expected, new(parseOptions: s_parseOptions)); 86await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 99await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 118await TestInRegularAndScriptAsync(text, expected, new(parseOptions: s_parseOptions)); 136await TestInRegularAndScriptAsync(text, expected, new(parseOptions: s_parseOptions)); 152await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 165await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 184await TestInRegularAndScriptAsync(text, expected, new(parseOptions: s_parseOptions)); 200await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 226await TestInRegularAndScriptAsync(text, expected, new(parseOptions: s_parseOptions)); 252await TestInRegularAndScriptAsync(text, expected, new(parseOptions: s_parseOptions));