10 references to UnderlyingAnalyzerFileReference
Microsoft.CodeAnalysis.Features (1)
Common\AbstractProjectExtensionProvider.cs (1)
195return isolatedReference.UnderlyingAnalyzerFileReference;
Microsoft.CodeAnalysis.Workspaces (8)
Serialization\SerializerService_Reference.cs (1)
62if (reference is IsolatedAnalyzerFileReference { UnderlyingAnalyzerFileReference: var underlyingReference })
Workspace\IsolatedAnalyzerFileReference.cs (5)
58public override string Display => UnderlyingAnalyzerFileReference.Display; 59public override string? FullPath => UnderlyingAnalyzerFileReference.FullPath; 60public override object Id => UnderlyingAnalyzerFileReference.Id; 92var items = getItems(this.UnderlyingAnalyzerFileReference, arg); 111=> $"{nameof(IsolatedAnalyzerFileReference)}({UnderlyingAnalyzerFileReference})";
Workspace\IsolatedAnalyzerReferenceSet.Core.cs (1)
144? isolatedReference.UnderlyingAnalyzerFileReference
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
811initialReferenceList.Add(((IsolatedAnalyzerFileReference)analyzerReference).UnderlyingAnalyzerFileReference);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\TestSerializerService.cs (1)
71if (reference is IsolatedAnalyzerFileReference { UnderlyingAnalyzerFileReference: var underlyingReference })