3 references to LocalScopeHandleCollection
System.Reflection.Metadata (3)
System\Reflection\Metadata\MetadataReader.cs (3)
1045
public LocalScopeHandleCollection LocalScopes => new
LocalScopeHandleCollection
(this, 0);
1405
return new
LocalScopeHandleCollection
(this, handle.RowId);
1410
return new
LocalScopeHandleCollection
(this, handle.RowId);