3 references to ApiSets
SemanticSearch.BuildTask (3)
GenerateFilteredReferenceAssembliesTask.cs (3)
40/// based on filter patterns specified in the corresponding <see cref="ApiSets"/>. 41/// <see cref="ApiSets"/> are text files whose file names (without extension) match the file names of <see cref="References"/>. 82ExecuteImpl(ApiSets.Select(item => (item.ItemSpec, (IReadOnlyList<string>)File.ReadAllLines(item.ItemSpec))));