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