1 write to ExpectedName
System.Reflection.MetadataLoadContext (1)
System\Reflection\Runtime\BindingFlagSupport\NameFilter.cs (1)
12
ExpectedName
= expectedName;
3 references to ExpectedName
System.Reflection.MetadataLoadContext (3)
System\Reflection\Runtime\BindingFlagSupport\NameFilter.cs (2)
29
public sealed override bool Matches(string name) => name.Equals(
ExpectedName
, StringComparison.Ordinal);
39
public sealed override bool Matches(string name) => name.Equals(
ExpectedName
, StringComparison.OrdinalIgnoreCase);
System\Reflection\Runtime\BindingFlagSupport\NameFilter.Ecma.cs (1)
21
public sealed override bool Matches(StringHandle stringHandle, MetadataReader reader) => reader.StringComparer.Equals(stringHandle,
ExpectedName
, true);