2 writes to _lazyAssemblyReferences
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
151
_lazyAssemblyReferences
= ImmutableArray<AssemblyIdentity>.Empty;
458
_lazyAssemblyReferences
= this.MetadataReader.GetReferencedAssembliesOrThrow();
2 references to _lazyAssemblyReferences
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
456
if (
_lazyAssemblyReferences
== null)
461
return
_lazyAssemblyReferences
;