8 references to Byte
System.Reflection.MetadataLoadContext (8)
System\Reflection\TypeLoading\General\Assignability.cs (1)
258if (t.Equals(coreTypes[CoreType.Byte]))
System\Reflection\TypeLoading\General\CoreType.cs (1)
87case CoreType.Byte: ns = Utf8Constants.System; name = Utf8Constants.Byte; return;
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (2)
114if (cats[0].ArgumentType != ct[CoreType.Byte] || 115cats[1].ArgumentType != ct[CoreType.Byte])
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (2)
36case PrimitiveTypeCode.Byte: return CoreType.Byte; 66if (type == coreTypes[CoreType.Byte]) return PrimitiveTypeCode.Byte;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
197if (t == ct[CoreType.Byte])
System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs (1)
90CoreType.Byte,