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)
208return new TopLevel(_containingModule, _namespaceName, name, arity, mangleName, _isNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, newData); 349if (asNativeInt == _isNativeInt) 362internal sealed override bool IsNativeIntegerWrapperType => _isNativeInt; 364internal sealed override NamedTypeSymbol? NativeIntegerUnderlyingType => _isNativeInt ? AsNativeInteger(asNativeInt: false) : null; 389_isNativeInt != other._isNativeInt)