15 implementations of LoadFromPath
AnalyzerRunner (1)
AssemblyLoader.cs (1)
20public Assembly LoadFromPath(string fullPath)
CodeStyleConfigFileGenerator (1)
Program.cs (1)
272public Assembly LoadFromPath(string fullPath) => Assembly.LoadFrom(fullPath);
GenerateRulesMissingDocumentation (1)
Program.cs (1)
170public Assembly LoadFromPath(string fullPath)
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
94public Assembly LoadFromPath(string originalAnalyzerPath)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\InMemoryAssemblyLoader.vb (1)
16Public Function LoadFromPath(fullPath As String) As Assembly Implements IAnalyzerAssemblyLoader.LoadFromPath
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\NotImplementedAnalyzerLoader.cs (1)
19public Assembly LoadFromPath(string fullPath)
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestAnalyzerAssemblyLoader.cs (1)
31public Assembly LoadFromPath(string fullPath)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
TouchedFileLoggingTests.vb (1)
208Public Function LoadFromPath(fullPath As String) As Assembly Implements IAnalyzerAssemblyLoader.LoadFromPath
Microsoft.CodeAnalysis.Workspaces (1)
AnalyzerAssemblyLoader.cs (1)
94public Assembly LoadFromPath(string originalAnalyzerPath)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
VisualStudioMSBuildWorkspaceTests.cs (1)
3260public Assembly LoadFromPath(string fullPath)
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.Loader.cs (1)
29public Assembly LoadFromPath(string fullPath)
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\VisualStudioAnalyzerTests.vb (1)
103Public Function LoadFromPath(fullPath As String) As Assembly Implements IAnalyzerAssemblyLoader.LoadFromPath
Roslyn.VisualStudio.Next.UnitTests (2)
Remote\RemoteHostClientServiceFactoryTests.cs (1)
95public Assembly LoadFromPath(string fullPath)
Remote\SnapshotSerializationTests.cs (1)
740public Assembly LoadFromPath(string fullPath)
VBCSCompiler.UnitTests (1)
AnalyzerConsistencyCheckerTests.cs (1)
208public Assembly LoadFromPath(string fullPath)
7 references to LoadFromPath
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
632_lazyAssembly = _assemblyLoader.LoadFromPath(FullPath);
DiagnosticAnalyzer\IAnalyzerAssemblyLoader.cs (1)
16/// Before an analyzer assembly is loaded with <see cref="LoadFromPath(string)"/>,
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\InMemoryAssemblyLoader.vb (1)
16Public Function LoadFromPath(fullPath As String) As Assembly Implements IAnalyzerAssemblyLoader.LoadFromPath
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
TouchedFileLoggingTests.vb (1)
208Public Function LoadFromPath(fullPath As String) As Assembly Implements IAnalyzerAssemblyLoader.LoadFromPath
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.Loader.cs (1)
40return _fallbackLoader.LoadFromPath(fullPath);
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\VisualStudioAnalyzerTests.vb (1)
103Public Function LoadFromPath(fullPath As String) As Assembly Implements IAnalyzerAssemblyLoader.LoadFromPath
VBCSCompiler (1)
AnalyzerConsistencyChecker.cs (1)
90loadedAssemblies.Add(loader.LoadFromPath(resolvedPath));