2 references to ProjectAnalyzerReferences
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\AssetPath.cs (2)
77
public bool IncludeProjectAnalyzerReferences => (_kind & AssetPathKind.
ProjectAnalyzerReferences
) != 0;
151
Projects = ProjectStateChecksums | ProjectAttributes | ProjectCompilationOptions | ProjectParseOptions | ProjectProjectReferences | ProjectMetadataReferences |
ProjectAnalyzerReferences
,