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