1 instantiation of NativeIntegerTypeSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MetadataOrSourceAssemblySymbol.cs (1)
153
Interlocked.CompareExchange(ref _lazyNativeIntegerTypes[index], new
NativeIntegerTypeSymbol
(underlyingType), null);
21 references to NativeIntegerTypeSymbol
Microsoft.CodeAnalysis.CSharp (21)
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
1076
if (underlyingNamedTypeSymbol is
NativeIntegerTypeSymbol
)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
3230
return t2 is
NativeIntegerTypeSymbol
nativeInteger ?
Symbols\MetadataOrSourceAssemblySymbol.cs (2)
36
private
NativeIntegerTypeSymbol
[] _lazyNativeIntegerTypes;
141
Interlocked.CompareExchange(ref _lazyNativeIntegerTypes, new
NativeIntegerTypeSymbol
[2], null);
Symbols\MissingMetadataTypeSymbol.cs (1)
356
NativeIntegerTypeSymbol
.VerifyEquality(this, other);
Symbols\NativeIntegerTypeSymbol.cs (15)
316
private readonly
NativeIntegerTypeSymbol
_type;
319
internal NativeIntegerTypeMap(
NativeIntegerTypeSymbol
type)
346
private readonly
NativeIntegerTypeSymbol
_container;
350
internal NativeIntegerMethodSymbol(
NativeIntegerTypeSymbol
container, MethodSymbol underlyingMethod, NativeIntegerPropertySymbol? associatedSymbol)
356
NativeIntegerTypeSymbol
.VerifyEquality(this, underlyingMethod);
417
public override bool Equals(Symbol? other, TypeCompareKind comparison) =>
NativeIntegerTypeSymbol
.EqualsHelper(this, other, comparison, symbol => symbol.UnderlyingMethod);
447
private readonly
NativeIntegerTypeSymbol
_containingType;
450
internal NativeIntegerParameterSymbol(
NativeIntegerTypeSymbol
containingType, NativeIntegerMethodSymbol container, ParameterSymbol underlyingParameter) : base(underlyingParameter)
456
NativeIntegerTypeSymbol
.VerifyEquality(this, underlyingParameter);
479
public override bool Equals(Symbol? other, TypeCompareKind comparison) =>
NativeIntegerTypeSymbol
.EqualsHelper(this, other, comparison, symbol => symbol._underlyingParameter);
500
private readonly
NativeIntegerTypeSymbol
_container;
503
NativeIntegerTypeSymbol
container,
505
Func<
NativeIntegerTypeSymbol
, NativeIntegerPropertySymbol, MethodSymbol?, NativeIntegerMethodSymbol?> getAccessor) :
512
NativeIntegerTypeSymbol
.VerifyEquality(this, underlyingProperty);
531
public override bool Equals(Symbol? other, TypeCompareKind comparison) =>
NativeIntegerTypeSymbol
.EqualsHelper(this, other, comparison, symbol => symbol._underlyingProperty);
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1887
return t2 is
NativeIntegerTypeSymbol
nativeInteger ?