1 write to _lazyTypeRefTable
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.MetadataTables.cs (1)
44
Interlocked.CompareExchange(ref
_lazyTypeRefTable
, CreateTable<RoDefinitionType>(TableIndex.TypeRef), null) ??
2 references to _lazyTypeRefTable
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.MetadataTables.cs (2)
43
return
_lazyTypeRefTable
??
45
_lazyTypeRefTable
;