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