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)
242
loader.
AddDependencyLocation
(analyzerDependencyFile);
265
Assert.Throws<ArgumentNullException>("originalPath", () => loader.
AddDependencyLocation
(null!));
266
Assert.Throws<ArgumentException>("originalPath", () => loader.
AddDependencyLocation
("a"));
287
loader.
AddDependencyLocation
(testFixture.Alpha);
302
loader.
AddDependencyLocation
(testFixture.Alpha);
303
loader.
AddDependencyLocation
(testFixture.Beta);
304
loader.
AddDependencyLocation
(testFixture.Gamma);
305
loader.
AddDependencyLocation
(testFixture.Delta1);
342
loader.
AddDependencyLocation
(analyzerPath);
353
loader.
AddDependencyLocation
(testFixture.Gamma);
354
loader.
AddDependencyLocation
(testFixture.Delta1);
367
loader.
AddDependencyLocation
(testFixture.Gamma);
368
loader.
AddDependencyLocation
(testFixture.Beta);
545
loader.
AddDependencyLocation
(testFixture.Delta1);
546
loader.
AddDependencyLocation
(testFixture.Gamma);
577
loader.
AddDependencyLocation
(deltaFile);
578
loader.
AddDependencyLocation
(gammaFile);
613
loader.
AddDependencyLocation
(alternatePath);
649
loader.
AddDependencyLocation
(alternatePath);
650
loader.
AddDependencyLocation
(deltaFile);
691
loader.
AddDependencyLocation
(deltaFile1);
692
loader.
AddDependencyLocation
(deltaFile2);
693
loader.
AddDependencyLocation
(gammaFile);
731
loader.
AddDependencyLocation
(deltaFile);
732
loader.
AddDependencyLocation
(gammaFile);
789
loader.
AddDependencyLocation
(testFixture.Gamma);
790
loader.
AddDependencyLocation
(testFixture.Delta1);
791
loader.
AddDependencyLocation
(testFixture.Epsilon);
792
loader.
AddDependencyLocation
(testFixture.Delta2);
846
loader.
AddDependencyLocation
(testFixture.Delta1);
847
loader.
AddDependencyLocation
(testFixture.Epsilon);
848
loader.
AddDependencyLocation
(testFixture.Delta3);
883
loader.
AddDependencyLocation
(testFixture.Delta2);
905
loader.
AddDependencyLocation
(testFixture.Delta2B);
906
loader.
AddDependencyLocation
(testFixture.Delta2);
907
loader.
AddDependencyLocation
(testFixture.Epsilon);
937
loader.
AddDependencyLocation
(testFixture.Delta2);
938
loader.
AddDependencyLocation
(testFixture.Delta2B);
986
loader.
AddDependencyLocation
(registeredDeltaPath);
987
loader.
AddDependencyLocation
(epsilonPath);
1016
loader.
AddDependencyLocation
(unregisteredDeltaPath);
1042
loader.
AddDependencyLocation
(delta1File);
1043
loader.
AddDependencyLocation
(delta2File);
1044
loader.
AddDependencyLocation
(epsilonFile);
1073
loader1.
AddDependencyLocation
(testFixture.Gamma);
1074
loader1.
AddDependencyLocation
(testFixture.Delta1);
1077
loader2.
AddDependencyLocation
(testFixture.Epsilon);
1078
loader2.
AddDependencyLocation
(testFixture.Delta2);
1136
loader.
AddDependencyLocation
(testFixture.Gamma);
1137
loader.
AddDependencyLocation
(testFixture.Delta1);
1138
loader.
AddDependencyLocation
(testFixture.Epsilon);
1293
loader.
AddDependencyLocation
(deltaNewFilePath);
1295
loader.
AddDependencyLocation
(assemblyFilePath);
1315
loader.
AddDependencyLocation
(testFixture.GammaReferencingPublicSigned);
1316
loader.
AddDependencyLocation
(testFixture.EpsilonReferencingPublicSigned);
1317
loader.
AddDependencyLocation
(testFixture.DeltaPublicSigned2);
1346
loader.
AddDependencyLocation
(testFixture.DeltaPublicSigned1);
1347
loader.
AddDependencyLocation
(testFixture.DeltaPublicSigned2);
1375
loader.
AddDependencyLocation
(testFixture.UserSystemCollectionsImmutable);
1376
loader.
AddDependencyLocation
(testFixture.AnalyzerReferencesSystemCollectionsImmutable1);
1402
loader.
AddDependencyLocation
(testFixture.UserSystemCollectionsImmutable);
1403
loader.
AddDependencyLocation
(testFixture.AnalyzerReferencesSystemCollectionsImmutable2);
1425
loader.
AddDependencyLocation
(destFile);
1440
loader.
AddDependencyLocation
(testFixture.AnalyzerWithNativeDependency);
1459
loader.
AddDependencyLocation
(deltaCopy);
1484
loader.
AddDependencyLocation
(deltaCopy);
1522
loader.
AddDependencyLocation
(delta1File);
1523
loader.
AddDependencyLocation
(delta2File);
1524
loader.
AddDependencyLocation
(gammaFile);
1551
loader.
AddDependencyLocation
(path);
1556
loader.
AddDependencyLocation
(path);
1575
loader.
AddDependencyLocation
(path);
1585
loader.
AddDependencyLocation
(path);
1611
loader.
AddDependencyLocation
(analyzerPath);
1634
loader.
AddDependencyLocation
(analyzerPath);
1715
loader.
AddDependencyLocation
(testFixture.Delta1);
1732
loader.
AddDependencyLocation
(testFixture.Alpha);
1736
loader.
AddDependencyLocation
(testFixture.Delta1);
1753
loader.
AddDependencyLocation
(testFixture.Delta1);