1 write to _expectedNameUtf8
System.Reflection.MetadataLoadContext (1)
System\Reflection\Runtime\BindingFlagSupport\NameFilter.cs (1)
26
_expectedNameUtf8
= expectedName.ToUtf8();
1 reference to _expectedNameUtf8
System.Reflection.MetadataLoadContext (1)
System\Reflection\Runtime\BindingFlagSupport\NameFilter.Ecma.cs (1)
16
public sealed override bool Matches(StringHandle stringHandle, MetadataReader reader) => stringHandle.Equals(
_expectedNameUtf8
, reader);