2 writes to _lazyAssemblyReferences
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
163
_lazyAssemblyReferences
= ImmutableArray<AssemblyIdentity>.Empty;
470
_lazyAssemblyReferences
= this.MetadataReader.GetReferencedAssembliesOrThrow();
2 references to _lazyAssemblyReferences
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
468
if (
_lazyAssemblyReferences
== null)
473
return
_lazyAssemblyReferences
;