2 writes to AssemblySymbol
Microsoft.CodeAnalysis (2)
ReferenceManager\CommonReferenceManager.Binding.cs (2)
703boundInputs[j].AssemblySymbol = candidateInputAssemblySymbols[j]; 949boundInputs[k].AssemblySymbol = candidateInputAssemblySymbols[k];
6 references to AssemblySymbol
Microsoft.CodeAnalysis (6)
ReferenceManager\BoundInputAssembly.cs (2)
38return AssemblySymbol == null ? "?" : AssemblySymbol.ToString();
ReferenceManager\CommonReferenceManager.Binding.cs (4)
741if (boundInputs[i].AssemblySymbol != null || assemblies[i].ContainsNoPiaLocalTypes) 777Debug.Assert(boundInputs[candidateIndex].AssemblySymbol == null || 780TAssemblySymbol? inputAssembly = boundInputs[candidateIndex].AssemblySymbol; 948Debug.Assert(boundInputs[k].AssemblySymbol == null);