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)
468if (_lazyAssemblyReferences == null) 473return _lazyAssemblyReferences;