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.
38
private static bool TryGetAnalyzerImageReferenceGuid(
AnalyzerImageReference
imageReference, out Guid guid)
80
case
AnalyzerImageReference
analyzerImageReference:
155
case
AnalyzerImageReference
analyzerImageReference:
157
writer.WriteString(nameof(
AnalyzerImageReference
));
173
case nameof(
AnalyzerImageReference
):
595
public static void AddAnalyzerImageReference(
AnalyzerImageReference
analyzerImageReference)
608
if (analyzer is
AnalyzerImageReference
analyzerImageReference)