Base:
property
Type
Microsoft.CodeAnalysis.Operation.Type
Implemented interface member:
property
Type
Microsoft.CodeAnalysis.IOperation.Type
1 write to Type
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9657
Type
= type;
6 references to Type
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (1)
10789
return new WithOperation(Visit(internalOperation.Operand), internalOperation.CloneMethod, Visit(internalOperation.Initializer), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.
Type
, internalOperation.IsImplicit);
Operations\ControlFlowGraphBuilder.cs (5)
7678
Debug.Assert(operation.
Type
!.IsAnonymousType);
7690
var properties = operation.
Type
.GetMembers()
7755
var type = (INamedTypeSymbol)operation.
Type
;
7786
return new AnonymousObjectCreationOperation(initializerBuilder.ToImmutableAndFree(), semanticModel: null, operation.Syntax, operation.
Type
, operation.IsImplicit);
7794
semanticModel: null, operation.Syntax, operation.
Type
, isImplicit: true);