6 references to GetAssembly
dotnet-format (2)
Analyzers\AnalyzerReferenceInformationProvider.cs (1)
62analyzerAssembly = analyzerFileReference.GetAssembly();
Analyzers\CodeStyleInformationProvider.cs (1)
51var codeFixes = AnalyzerFinderHelpers.LoadFixers(references.Select(reference => reference.GetAssembly()), project.Language);
GenerateDocumentationAndConfigFiles (1)
CodeFixerExtensions.cs (1)
35Assembly analyzerAssembly = analyzerFileReference.GetAssembly();
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerFileReference.cs (2)
478analyzerAssembly = _reference.GetAssembly(); 528analyzerAssembly = _reference.GetAssembly();
Microsoft.CodeAnalysis.Features (1)
Common\AbstractProjectExtensionProvider.cs (1)
158var analyzerAssembly = analyzerFileReference.GetAssembly();