9 references to BoundInputAssembly
Microsoft.CodeAnalysis (9)
ReferenceManager\CommonReferenceManager.Binding.cs (7)
80/// An array of <see cref="BoundInputAssembly"/> structures describing the result. It has the same amount of items as 81/// the input assemblies array, <see cref="BoundInputAssembly"/> for each input AssemblyData object resides 84/// Each <see cref="BoundInputAssembly"/> contains the following data: 93protected BoundInputAssembly[] Bind( 171var boundInputs = new BoundInputAssembly[referenceBindings.Count]; 590private bool ReuseAssemblySymbolsWithNoPiaLocalTypes(BoundInputAssembly[] boundInputs, TAssemblySymbol[] candidateInputAssemblySymbols, ImmutableArray<AssemblyData> assemblies, int corLibraryIndex) 726private void ReuseAssemblySymbols(BoundInputAssembly[] boundInputs, TAssemblySymbol[] candidateInputAssemblySymbols, ImmutableArray<AssemblyData> assemblies, int corLibraryIndex)
ReferenceManager\CommonReferenceManager.State.cs (2)
460BoundInputAssembly[] bindingResult, 614BoundInputAssembly[] bindingResult,