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