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