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