10 implementations of NativeIntegerUnderlyingType
Microsoft.CodeAnalysis.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
119
public INamedTypeSymbol
NativeIntegerUnderlyingType
=> null;
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
119
public INamedTypeSymbol
NativeIntegerUnderlyingType
=> null;
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
119
public INamedTypeSymbol
NativeIntegerUnderlyingType
=> null;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\NamedTypeSymbol.cs (1)
203
INamedTypeSymbol INamedTypeSymbol.
NativeIntegerUnderlyingType
=> UnderlyingNamedTypeSymbol.NativeIntegerUnderlyingType.GetPublicSymbol();
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.WrappedNamedTypeSymbol.cs (1)
153
public INamedTypeSymbol
NativeIntegerUnderlyingType
=> _symbol.NativeIntegerUnderlyingType;
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
119
public INamedTypeSymbol
NativeIntegerUnderlyingType
=> null;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\NamedTypeSymbol.vb (1)
1455
Private ReadOnly Property
INamedTypeSymbol_NativeIntegerUnderlyingType
As INamedTypeSymbol Implements INamedTypeSymbol.NativeIntegerUnderlyingType
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
119
public INamedTypeSymbol
NativeIntegerUnderlyingType
=> null;
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
119
public INamedTypeSymbol
NativeIntegerUnderlyingType
=> null;
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
119
public INamedTypeSymbol
NativeIntegerUnderlyingType
=> null;
11 references to NativeIntegerUnderlyingType
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests.cs (1)
76
Assert.Null(symbol.
NativeIntegerUnderlyingType
);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\NativeIntegerTests.cs (7)
268
Assert.Same(underlyingType, nativeIntegerType.
NativeIntegerUnderlyingType
);
766
Assert.Null(underlyingType.
NativeIntegerUnderlyingType
);
767
VerifyErrorType(nativeIntegerType.
NativeIntegerUnderlyingType
, specialType, isNativeInt: false);
1629
var underlyingType = type.
NativeIntegerUnderlyingType
;
1632
Assert.Same(underlyingType, ((INamedTypeSymbol)type.WithNullableAnnotation(CodeAnalysis.NullableAnnotation.None)).
NativeIntegerUnderlyingType
);
1633
Assert.Same(underlyingType, ((INamedTypeSymbol)type.WithNullableAnnotation(CodeAnalysis.NullableAnnotation.Annotated)).
NativeIntegerUnderlyingType
);
1634
Assert.Same(underlyingType, ((INamedTypeSymbol)type.WithNullableAnnotation(CodeAnalysis.NullableAnnotation.NotAnnotated)).
NativeIntegerUnderlyingType
);
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.WrappedNamedTypeSymbol.cs (1)
153
public INamedTypeSymbol NativeIntegerUnderlyingType => _symbol.
NativeIntegerUnderlyingType
;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\NamedTypeSymbol.vb (1)
1455
Private ReadOnly Property INamedTypeSymbol_NativeIntegerUnderlyingType As INamedTypeSymbol Implements INamedTypeSymbol.
NativeIntegerUnderlyingType
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_Helpers.cs (1)
188
=> (type.
NativeIntegerUnderlyingType
?? type).OriginalDefinition;