9 references to AnalyzerImageReference
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
30/// If you need to manage the lifetime of the analyzer reference (and the file stream) explicitly use <see cref="AnalyzerImageReference"/>.
Microsoft.CodeAnalysis.Workspaces (8)
Serialization\SerializerService_Reference.cs (8)
33/// pretend that a <see cref="AnalyzerImageReference"/> is a <see cref="AnalyzerFileReference"/> during tests. 38private static bool TryGetAnalyzerImageReferenceGuid(AnalyzerImageReference imageReference, out Guid guid) 80case AnalyzerImageReference analyzerImageReference: 155case AnalyzerImageReference analyzerImageReference: 157writer.WriteString(nameof(AnalyzerImageReference)); 173case nameof(AnalyzerImageReference): 595public static void AddAnalyzerImageReference(AnalyzerImageReference analyzerImageReference) 608if (analyzer is AnalyzerImageReference analyzerImageReference)