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