1 implementation of NaturalType
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6872public ITypeSymbol? NaturalType { get; }
5 references to NaturalType
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
6703return new TupleOperation(elementBuilder.ToImmutableAndFree(), tuple.NaturalType, semanticModel: null, tuple.Syntax, tuple.Type, IsImplicit(tuple));
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CompilationTestUtils.cs (1)
426case ITupleOperation { NaturalType: null }:
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\OperationTreeVerifier.cs (2)
1873LogType(operation.NaturalType, nameof(operation.NaturalType));
Compilation\TestOperationVisitor.cs (1)
1277var naturalType = operation.NaturalType;