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:
90
protected
BoundInputAssembly
[] Bind(
166
var boundInputs = new
BoundInputAssembly
[referenceBindings.Count];
574
private bool ReuseAssemblySymbolsWithNoPiaLocalTypes(
BoundInputAssembly
[] boundInputs, TAssemblySymbol[] candidateInputAssemblySymbols, ImmutableArray<AssemblyData> assemblies, int corLibraryIndex)
707
private void ReuseAssemblySymbols(
BoundInputAssembly
[] boundInputs, TAssemblySymbol[] candidateInputAssemblySymbols, ImmutableArray<AssemblyData> assemblies, int corLibraryIndex)
ReferenceManager\CommonReferenceManager.State.cs (2)
460
BoundInputAssembly
[] bindingResult,
614
BoundInputAssembly
[] bindingResult,
Microsoft.CodeAnalysis.CSharp (12)
Symbols\ReferenceManager.cs (12)
382
BoundInputAssembly
[] bindingResult = Bind(
426
ref
BoundInputAssembly
bound = ref bindingResult[i];
541
BoundInputAssembly
[] bindingResult,
571
ref
BoundInputAssembly
currentBindingResult = ref bindingResult[i];
619
private static void UpdateSymbolCacheNoLock(List<int> newSymbols, ImmutableArray<AssemblyData> assemblies,
BoundInputAssembly
[] bindingResult)
624
ref
BoundInputAssembly
current = ref bindingResult[i];
641
BoundInputAssembly
[] bindingResult,
642
ref
BoundInputAssembly
currentBindingResult,
718
BoundInputAssembly
[] bindingResult,
719
ref
BoundInputAssembly
currentBindingResult,
764
BoundInputAssembly
[] bindingResult,
820
BoundInputAssembly
[] bindingResult,
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\ReferenceManager.vb (7)
330
Dim bindingResult() As
BoundInputAssembly
= Bind(explicitAssemblyData,
472
bindingResult As
BoundInputAssembly
(),
532
Private Sub UpdateSymbolCacheNoLock(newSymbols As List(Of Integer), assemblies As ImmutableArray(Of AssemblyData), bindingResult As
BoundInputAssembly
())
547
bindingResult() As
BoundInputAssembly
,
613
bindingResult() As
BoundInputAssembly
,
653
bindingResult() As
BoundInputAssembly
,
698
Private Shared Function GetAssemblyDefinitionSymbol(bindingResult As
BoundInputAssembly
(),