28 references to BoundInputAssembly
Microsoft.CodeAnalysis (9)
ReferenceManager\CommonReferenceManager.Binding.cs (7)
77/// An array of <see cref="BoundInputAssembly"/> structures describing the result. It has the same amount of items as 78/// the input assemblies array, <see cref="BoundInputAssembly"/> for each input AssemblyData object resides 81/// Each <see cref="BoundInputAssembly"/> contains the following data: 90protected BoundInputAssembly[] Bind( 166var boundInputs = new BoundInputAssembly[referenceBindings.Count]; 574private bool ReuseAssemblySymbolsWithNoPiaLocalTypes(BoundInputAssembly[] boundInputs, TAssemblySymbol[] candidateInputAssemblySymbols, ImmutableArray<AssemblyData> assemblies, int corLibraryIndex) 707private void ReuseAssemblySymbols(BoundInputAssembly[] boundInputs, TAssemblySymbol[] candidateInputAssemblySymbols, ImmutableArray<AssemblyData> assemblies, int corLibraryIndex)
ReferenceManager\CommonReferenceManager.State.cs (2)
460BoundInputAssembly[] bindingResult, 614BoundInputAssembly[] bindingResult,
Microsoft.CodeAnalysis.CSharp (12)
Symbols\ReferenceManager.cs (12)
382BoundInputAssembly[] bindingResult = Bind( 426ref BoundInputAssembly bound = ref bindingResult[i]; 541BoundInputAssembly[] bindingResult, 571ref BoundInputAssembly currentBindingResult = ref bindingResult[i]; 619private static void UpdateSymbolCacheNoLock(List<int> newSymbols, ImmutableArray<AssemblyData> assemblies, BoundInputAssembly[] bindingResult) 624ref BoundInputAssembly current = ref bindingResult[i]; 641BoundInputAssembly[] bindingResult, 642ref BoundInputAssembly currentBindingResult, 718BoundInputAssembly[] bindingResult, 719ref BoundInputAssembly currentBindingResult, 764BoundInputAssembly[] bindingResult, 820BoundInputAssembly[] bindingResult,
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\ReferenceManager.vb (7)
330Dim bindingResult() As BoundInputAssembly = Bind(explicitAssemblyData, 472bindingResult As BoundInputAssembly(), 532Private Sub UpdateSymbolCacheNoLock(newSymbols As List(Of Integer), assemblies As ImmutableArray(Of AssemblyData), bindingResult As BoundInputAssembly()) 547bindingResult() As BoundInputAssembly, 613bindingResult() As BoundInputAssembly, 653bindingResult() As BoundInputAssembly, 698Private Shared Function GetAssemblyDefinitionSymbol(bindingResult As BoundInputAssembly(),