1 instantiation of ProjectReferenceInfo
aspire (1)
Projects\FallbackProjectParser.cs (1)
227var projectRef = new ProjectReferenceInfo
6 references to ProjectReferenceInfo
aspire (6)
Projects\FallbackProjectParser.cs (6)
108var projectReferences = Array.Empty<ProjectReferenceInfo>(); 119ProjectReferenceInfo[] projectReferences) 139foreach (var proj in projectReferences) 205private static ProjectReferenceInfo[] ExtractProjectReferences(XElement projectRoot, FileInfo projectFile) 207var projectReferences = new List<ProjectReferenceInfo>(); 227var projectRef = new ProjectReferenceInfo