3 references to TypeMatchesNameAndNamespace
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (1)
52if (declaringTypeHandle.TypeMatchesNameAndNamespace(ns, name, reader))
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (2)
90if (declaringTypeHandle.TypeMatchesNameAndNamespace(Utf8Constants.SystemRuntimeCompilerServices, Utf8Constants.DateTimeConstantAttribute, reader)) 106if (declaringTypeHandle.TypeMatchesNameAndNamespace(Utf8Constants.SystemRuntimeCompilerServices, Utf8Constants.DecimalConstantAttribute, reader))