Implemented interface member:
method
AddDependencyLocation
Microsoft.CodeAnalysis.IAnalyzerAssemblyLoader.AddDependencyLocation(System.String)
72 references to AddDependencyLocation
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
18
/// to <see cref="
AddDependencyLocation
(string)"/>.
Microsoft.CodeAnalysis.UnitTests (71)
AnalyzerAssemblyLoaderTests.cs (71)
168
loader.
AddDependencyLocation
(analyzerDependencyFile);
191
Assert.Throws<ArgumentNullException>("fullPath", () => loader.
AddDependencyLocation
(null!));
192
Assert.Throws<ArgumentException>("fullPath", () => loader.
AddDependencyLocation
("a"));
213
loader.
AddDependencyLocation
(testFixture.Alpha);
228
loader.
AddDependencyLocation
(testFixture.Alpha);
229
loader.
AddDependencyLocation
(testFixture.Beta);
230
loader.
AddDependencyLocation
(testFixture.Gamma);
231
loader.
AddDependencyLocation
(testFixture.Delta1);
268
loader.
AddDependencyLocation
(delta1Copy);
287
loader.
AddDependencyLocation
(testFixture.Gamma);
288
loader.
AddDependencyLocation
(testFixture.Delta1);
301
loader.
AddDependencyLocation
(testFixture.Gamma);
302
loader.
AddDependencyLocation
(testFixture.Beta);
428
loader.
AddDependencyLocation
(testFixture.Delta1);
429
loader.
AddDependencyLocation
(testFixture.Gamma);
460
loader.
AddDependencyLocation
(deltaFile);
461
loader.
AddDependencyLocation
(gammaFile);
500
loader.
AddDependencyLocation
(deltaFile1);
501
loader.
AddDependencyLocation
(deltaFile2);
502
loader.
AddDependencyLocation
(gammaFile);
551
loader.
AddDependencyLocation
(deltaFile);
552
loader.
AddDependencyLocation
(gammaFile);
609
loader.
AddDependencyLocation
(testFixture.Gamma);
610
loader.
AddDependencyLocation
(testFixture.Delta1);
611
loader.
AddDependencyLocation
(testFixture.Epsilon);
612
loader.
AddDependencyLocation
(testFixture.Delta2);
666
loader.
AddDependencyLocation
(testFixture.Delta1);
667
loader.
AddDependencyLocation
(testFixture.Epsilon);
668
loader.
AddDependencyLocation
(testFixture.Delta3);
703
loader.
AddDependencyLocation
(testFixture.Delta2);
725
loader.
AddDependencyLocation
(testFixture.Delta2B);
726
loader.
AddDependencyLocation
(testFixture.Delta2);
727
loader.
AddDependencyLocation
(testFixture.Epsilon);
775
loader.
AddDependencyLocation
(testFixture.Delta2);
776
loader.
AddDependencyLocation
(testFixture.Delta2B);
809
loader.
AddDependencyLocation
(testFixture.Delta2B);
810
loader.
AddDependencyLocation
(testFixture.Delta3);
811
loader.
AddDependencyLocation
(testFixture.Epsilon);
839
loader.
AddDependencyLocation
(testFixture.Delta2);
869
loader.
AddDependencyLocation
(delta1File);
870
loader.
AddDependencyLocation
(delta2File);
871
loader.
AddDependencyLocation
(epsilonFile);
920
loader1.
AddDependencyLocation
(testFixture.Gamma);
921
loader1.
AddDependencyLocation
(testFixture.Delta1);
924
loader2.
AddDependencyLocation
(testFixture.Epsilon);
925
loader2.
AddDependencyLocation
(testFixture.Delta2);
983
loader.
AddDependencyLocation
(testFixture.Gamma);
984
loader.
AddDependencyLocation
(testFixture.Delta1);
985
loader.
AddDependencyLocation
(testFixture.Epsilon);
1017
loader.
AddDependencyLocation
(testFixture.GammaReferencingPublicSigned);
1018
loader.
AddDependencyLocation
(testFixture.EpsilonReferencingPublicSigned);
1019
loader.
AddDependencyLocation
(testFixture.DeltaPublicSigned2);
1048
loader.
AddDependencyLocation
(testFixture.DeltaPublicSigned1);
1049
loader.
AddDependencyLocation
(testFixture.DeltaPublicSigned2);
1077
loader.
AddDependencyLocation
(testFixture.UserSystemCollectionsImmutable);
1078
loader.
AddDependencyLocation
(testFixture.AnalyzerReferencesSystemCollectionsImmutable1);
1104
loader.
AddDependencyLocation
(testFixture.UserSystemCollectionsImmutable);
1105
loader.
AddDependencyLocation
(testFixture.AnalyzerReferencesSystemCollectionsImmutable2);
1127
loader.
AddDependencyLocation
(destFile);
1142
loader.
AddDependencyLocation
(testFixture.AnalyzerWithNativeDependency);
1161
loader.
AddDependencyLocation
(deltaCopy);
1186
loader.
AddDependencyLocation
(deltaCopy);
1224
loader.
AddDependencyLocation
(delta1File);
1225
loader.
AddDependencyLocation
(delta2File);
1226
loader.
AddDependencyLocation
(gammaFile);
1253
loader.
AddDependencyLocation
(path);
1258
loader.
AddDependencyLocation
(path);
1277
loader.
AddDependencyLocation
(path);
1286
loader.
AddDependencyLocation
(path);
1321
loader.
AddDependencyLocation
(testFixture.UserSystemCollectionsImmutable);
1322
loader.
AddDependencyLocation
(testFixture.AnalyzerReferencesSystemCollectionsImmutable1);