2 references to References
SemanticSearch.BuildTask (2)
GenerateFilteredReferenceAssembliesTask.cs (2)
41/// <see cref="ApiSets"/> are text files whose file names (without extension) match the file names of <see cref="References"/>. 87var referencesByName = References.ToDictionary(r => Path.GetFileNameWithoutExtension(r.ItemSpec), r => r.ItemSpec);