2 writes to _lazyAssemblyReferences
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
164
_lazyAssemblyReferences
= ImmutableArray<AssemblyIdentity>.Empty;
471
_lazyAssemblyReferences
= this.MetadataReader.GetReferencedAssembliesOrThrow();
2 references to _lazyAssemblyReferences
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
469
if (
_lazyAssemblyReferences
== null)
474
return
_lazyAssemblyReferences
;