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:
93
protected
BoundInputAssembly
[] Bind(
171
var boundInputs = new
BoundInputAssembly
[referenceBindings.Count];
590
private bool ReuseAssemblySymbolsWithNoPiaLocalTypes(
BoundInputAssembly
[] boundInputs, TAssemblySymbol[] candidateInputAssemblySymbols, ImmutableArray<AssemblyData> assemblies, int corLibraryIndex)
726
private void ReuseAssemblySymbols(
BoundInputAssembly
[] boundInputs, TAssemblySymbol[] candidateInputAssemblySymbols, ImmutableArray<AssemblyData> assemblies, int corLibraryIndex)
ReferenceManager\CommonReferenceManager.State.cs (2)
460
BoundInputAssembly
[] bindingResult,
614
BoundInputAssembly
[] bindingResult,