16 references to InsideNamespaceOption
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (16)
src\Analyzers\CSharp\Tests\MisplacedUsingDirectives\MisplacedUsingDirectivesTests.cs (16)
734return TestDiagnosticMissingAsync(testCode, InsideNamespaceOption); 747return TestDiagnosticMissingAsync(testCode, InsideNamespaceOption); 768return TestDiagnosticMissingAsync(testCode, InsideNamespaceOption); 789return TestDiagnosticMissingAsync(testCode, InsideNamespaceOption); 838return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true); 887return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: false); 915return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true); 941return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true); 962return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true); 996return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true); 1020return TestMissingAsync(testCode, InsideNamespaceOption); 1048return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true); 1078return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true); 1108return TestInRegularAndScriptAsync(testCode, fixedTestCode, InsideNamespaceOption, placeSystemNamespaceFirst: true); 1122return TestMissingAsync(testCode, InsideNamespaceOption); 1146return TestInRegularAndScriptAsync(testCode, fixedCode, InsideNamespaceOption, placeSystemNamespaceFirst: true);