1 write to _isNativeInt
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MissingMetadataTypeSymbol.cs (1)
200
_isNativeInt
= isNativeInt;
6 references to _isNativeInt
Microsoft.CodeAnalysis.CSharp (6)
Symbols\MissingMetadataTypeSymbol.cs (6)
208
return new TopLevel(_containingModule, _namespaceName, name, arity, mangleName,
_isNativeInt
, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, newData);
349
if (asNativeInt ==
_isNativeInt
)
362
internal sealed override bool IsNativeIntegerWrapperType =>
_isNativeInt
;
364
internal sealed override NamedTypeSymbol? NativeIntegerUnderlyingType =>
_isNativeInt
? AsNativeInteger(asNativeInt: false) : null;
389
_isNativeInt
!= other.
_isNativeInt
)