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