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