Implemented interface member:
method
AddDependencyLocation
Microsoft.CodeAnalysis.IAnalyzerAssemblyLoader.AddDependencyLocation(System.String)
80 references to AddDependencyLocation
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
36
/// to <see cref="
AddDependencyLocation
(string)"/>.
Microsoft.CodeAnalysis.UnitTests (79)
AnalyzerAssemblyLoaderTests.cs (79)
244
loader.
AddDependencyLocation
(analyzerDependencyFile);
267
Assert.Throws<ArgumentNullException>("originalPath", () => loader.
AddDependencyLocation
(null!));
268
Assert.Throws<ArgumentException>("originalPath", () => loader.
AddDependencyLocation
("a"));
289
loader.
AddDependencyLocation
(testFixture.Alpha);
304
loader.
AddDependencyLocation
(testFixture.Alpha);
305
loader.
AddDependencyLocation
(testFixture.Beta);
306
loader.
AddDependencyLocation
(testFixture.Gamma);
307
loader.
AddDependencyLocation
(testFixture.Delta1);
344
loader.
AddDependencyLocation
(analyzerPath);
355
loader.
AddDependencyLocation
(testFixture.Gamma);
356
loader.
AddDependencyLocation
(testFixture.Delta1);
369
loader.
AddDependencyLocation
(testFixture.Gamma);
370
loader.
AddDependencyLocation
(testFixture.Beta);
547
loader.
AddDependencyLocation
(testFixture.Delta1);
548
loader.
AddDependencyLocation
(testFixture.Gamma);
579
loader.
AddDependencyLocation
(deltaFile);
580
loader.
AddDependencyLocation
(gammaFile);
615
loader.
AddDependencyLocation
(alternatePath);
651
loader.
AddDependencyLocation
(alternatePath);
652
loader.
AddDependencyLocation
(deltaFile);
693
loader.
AddDependencyLocation
(deltaFile1);
694
loader.
AddDependencyLocation
(deltaFile2);
695
loader.
AddDependencyLocation
(gammaFile);
733
loader.
AddDependencyLocation
(deltaFile);
734
loader.
AddDependencyLocation
(gammaFile);
791
loader.
AddDependencyLocation
(testFixture.Gamma);
792
loader.
AddDependencyLocation
(testFixture.Delta1);
793
loader.
AddDependencyLocation
(testFixture.Epsilon);
794
loader.
AddDependencyLocation
(testFixture.Delta2);
848
loader.
AddDependencyLocation
(testFixture.Delta1);
849
loader.
AddDependencyLocation
(testFixture.Epsilon);
850
loader.
AddDependencyLocation
(testFixture.Delta3);
885
loader.
AddDependencyLocation
(testFixture.Delta2);
907
loader.
AddDependencyLocation
(testFixture.Delta2B);
908
loader.
AddDependencyLocation
(testFixture.Delta2);
909
loader.
AddDependencyLocation
(testFixture.Epsilon);
939
loader.
AddDependencyLocation
(testFixture.Delta2);
940
loader.
AddDependencyLocation
(testFixture.Delta2B);
988
loader.
AddDependencyLocation
(registeredDeltaPath);
989
loader.
AddDependencyLocation
(epsilonPath);
1018
loader.
AddDependencyLocation
(unregisteredDeltaPath);
1044
loader.
AddDependencyLocation
(delta1File);
1045
loader.
AddDependencyLocation
(delta2File);
1046
loader.
AddDependencyLocation
(epsilonFile);
1075
loader1.
AddDependencyLocation
(testFixture.Gamma);
1076
loader1.
AddDependencyLocation
(testFixture.Delta1);
1079
loader2.
AddDependencyLocation
(testFixture.Epsilon);
1080
loader2.
AddDependencyLocation
(testFixture.Delta2);
1138
loader.
AddDependencyLocation
(testFixture.Gamma);
1139
loader.
AddDependencyLocation
(testFixture.Delta1);
1140
loader.
AddDependencyLocation
(testFixture.Epsilon);
1295
loader.
AddDependencyLocation
(deltaNewFilePath);
1297
loader.
AddDependencyLocation
(assemblyFilePath);
1317
loader.
AddDependencyLocation
(testFixture.GammaReferencingPublicSigned);
1318
loader.
AddDependencyLocation
(testFixture.EpsilonReferencingPublicSigned);
1319
loader.
AddDependencyLocation
(testFixture.DeltaPublicSigned2);
1348
loader.
AddDependencyLocation
(testFixture.DeltaPublicSigned1);
1349
loader.
AddDependencyLocation
(testFixture.DeltaPublicSigned2);
1377
loader.
AddDependencyLocation
(testFixture.UserSystemCollectionsImmutable);
1378
loader.
AddDependencyLocation
(testFixture.AnalyzerReferencesSystemCollectionsImmutable1);
1404
loader.
AddDependencyLocation
(testFixture.UserSystemCollectionsImmutable);
1405
loader.
AddDependencyLocation
(testFixture.AnalyzerReferencesSystemCollectionsImmutable2);
1427
loader.
AddDependencyLocation
(destFile);
1442
loader.
AddDependencyLocation
(testFixture.AnalyzerWithNativeDependency);
1461
loader.
AddDependencyLocation
(deltaCopy);
1486
loader.
AddDependencyLocation
(deltaCopy);
1524
loader.
AddDependencyLocation
(delta1File);
1525
loader.
AddDependencyLocation
(delta2File);
1526
loader.
AddDependencyLocation
(gammaFile);
1553
loader.
AddDependencyLocation
(path);
1558
loader.
AddDependencyLocation
(path);
1577
loader.
AddDependencyLocation
(path);
1587
loader.
AddDependencyLocation
(path);
1613
loader.
AddDependencyLocation
(analyzerPath);
1636
loader.
AddDependencyLocation
(analyzerPath);
1692
loader.
AddDependencyLocation
(testFixture.Delta1);
1709
loader.
AddDependencyLocation
(testFixture.Alpha);
1713
loader.
AddDependencyLocation
(testFixture.Delta1);
1730
loader.
AddDependencyLocation
(testFixture.Delta1);