6 references to Type
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (1)
3631placeholderResult = new VisitResult(placeholder.Type, NullableAnnotation.NotAnnotated, NullableFlowState.NotNull);
Generated\BoundNodes.xml.Generated.cs (3)
607if (!TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11160TypeSymbol? type = this.VisitType(node.Type); 15541new TreeDumperNode("type", node.Type, null),
Lowering\BoundTreeToDifferentEnclosingContextRewriter.cs (2)
128var rewrittenPlaceholder = awaitablePlaceholder.Update(VisitType(awaitablePlaceholder.Type)); 142rewrittenRuntimeAsyncAwaitCallPlaceholder = runtimeAsyncAwaitCallPlaceholder!.Update(VisitType(runtimeAsyncAwaitCallPlaceholder.Type));