11 references to s_parseOptions
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (11)
MakeRefStructTests.cs (11)
62await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions); 89await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 102await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 121await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions); 139await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions); 155await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 168await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 187await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions); 203await TestMissingInRegularAndScriptAsync(text, new TestParameters(s_parseOptions)); 229await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions); 255await TestInRegularAndScriptAsync(text, expected, parseOptions: s_parseOptions);