12 references to Boolean
System.Reflection.MetadataLoadContext (12)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (1)
91ct[CoreType.Boolean] == null ||
System\Reflection\TypeLoading\General\CoreType.cs (1)
86case CoreType.Boolean: ns = Utf8Constants.System; name = Utf8Constants.Boolean; return;
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (2)
35case PrimitiveTypeCode.Boolean: return CoreType.Boolean; 64if (type == coreTypes[CoreType.Boolean]) return PrimitiveTypeCode.Boolean;
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.DllImport.cs (6)
22ct[CoreType.Boolean] == null || 45attributeType.ToCustomAttributeNamedArgument(nameof(DllImportAttribute.ExactSpelling), ct[CoreType.Boolean], dia.ExactSpelling), 46attributeType.ToCustomAttributeNamedArgument(nameof(DllImportAttribute.PreserveSig), ct[CoreType.Boolean], dia.PreserveSig), 47attributeType.ToCustomAttributeNamedArgument(nameof(DllImportAttribute.SetLastError), ct[CoreType.Boolean], dia.SetLastError), 48attributeType.ToCustomAttributeNamedArgument(nameof(DllImportAttribute.BestFitMapping), ct[CoreType.Boolean], dia.BestFitMapping), 49attributeType.ToCustomAttributeNamedArgument(nameof(DllImportAttribute.ThrowOnUnmappableChar), ct[CoreType.Boolean], dia.ThrowOnUnmappableChar),
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
191if (t == ct[CoreType.Boolean])
System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs (1)
87CoreType.Boolean,