16 references to InsideNamespaceOption
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (16)
MisplacedUsingDirectivesTests.cs (16)
732return TestDiagnosticMissingAsync(testCode, InsideNamespaceOption);
745return TestDiagnosticMissingAsync(testCode, InsideNamespaceOption);
765return TestDiagnosticMissingAsync(testCode, InsideNamespaceOption);
786return TestDiagnosticMissingAsync(testCode, InsideNamespaceOption);
835return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true);
884return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: false);
912return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true);
938return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true);
959return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true);
993return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true);
1017return TestMissingAsync(testCode, InsideNamespaceOption);
1045return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true);
1075return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true);
1105return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true);
1119return TestMissingAsync(testCode, InsideNamespaceOption);
1143return TestInRegularAndScriptAsync(testCode, fixedCode, InsideNamespaceOption, placeSystemNamespaceFirst: true);