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)
10030
Type
= type;
6 references to Type
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (1)
11339
return new WithOperation(Visit(internalOperation.Operand), internalOperation.CloneMethod, Visit(internalOperation.Initializer), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.
Type
, internalOperation.IsImplicit);
Operations\ControlFlowGraphBuilder.cs (5)
7944
Debug.Assert(operation.
Type
!.IsAnonymousType);
7956
var properties = operation.
Type
.GetMembers()
8021
var type = (INamedTypeSymbol)operation.
Type
;
8052
return new AnonymousObjectCreationOperation(initializerBuilder.ToImmutableAndFree(), semanticModel: null, operation.Syntax, operation.
Type
, operation.IsImplicit);
8060
semanticModel: null, operation.Syntax, operation.
Type
, isImplicit: true);